Raised This Month: $ Target: $400
 0% 

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: tlc660
Forum: Suggestions / Requests 02-26-2007, 18:26
Replies: 1
Views: 860
Posted By tlc660
[request] bullet tail

i have play before on somewhere server
it have very nice bullet tail appear sometime, look just like movie
did any one know the plugin? please share it for me, thank you very much
Forum: Scripting Help 01-28-2007, 15:11
Replies: 13
Views: 3,163
Posted By tlc660
Re: get team limit

ic,

dedust2 can return 20 for each team, but why only can have up to 16 players in each team?
Forum: Scripting Help 01-28-2007, 15:05
Replies: 13
Views: 3,163
Posted By tlc660
Re: get team limit

hmmm....
it work, but seem not all map are return correct number

can i know what is the info_player_deathmatch and info_player_start?
and what actually those code doing?

thanks
Forum: Scripting Help 01-28-2007, 14:50
Replies: 13
Views: 3,163
Posted By tlc660
Re: get team limit

because some map can up to 15 players per team, but some only 10
i want to know how many players are the limit per team for current map
Forum: Scripting Help 01-28-2007, 14:48
Replies: 4
Views: 1,473
Posted By tlc660
Re: enum

thanks schnitzelmaker, also the answer at another enum topic :wink:
Forum: Scripting Help 01-28-2007, 14:46
Replies: 13
Views: 3,163
Posted By tlc660
get team limit

is there any way to get current map max players count or team limit?
i try get_maxplayers(), it return not the map max players but the settings.

thanks
Forum: Scripting Help 01-27-2007, 12:29
Replies: 4
Views: 1,473
Posted By tlc660
Re: enum

you mean just direct using the member?

that mean i cant have 2 enum with same member name?
like:

enum testA{
A,
B,
C
}
Forum: Code Snippets/Tutorials 01-27-2007, 12:27
Replies: 12
Views: 21,043
Posted By tlc660
Re: [TUTORIAL] "Structs" in pawn

Thank you

what problem they can make? example?

thanks again
Forum: Scripting Help 01-27-2007, 08:23
Replies: 0
Views: 1,238
Posted By tlc660
set_hudmessage, show_hudmessage

the documents said that can have max up to 4 channel per user for hudmessage.
when use same channel, the previous hudmessage will replace/orverwrited.

but i have found that, although the message...
Forum: Scripting Help 01-27-2007, 07:57
Replies: 4
Views: 1,473
Posted By tlc660
enum

enum Test{
A = 0,
B = 1,
C = 2,
D = 4
}
how to get the enum' value?
i have try Test.A but not working
Forum: Code Snippets/Tutorials 01-27-2007, 07:53
Replies: 12
Views: 21,043
Posted By tlc660
Re: [TUTORIAL] "Structs" in pawn

how to get all members?
i have try this, but not work

for(new i = 0; i < EPlayer; i++){
PlayerStats[id][i]
}
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT -4. The time now is 06:38.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode