Search Results
It surely does help, thanks a bunch!
24,606
1. Chuck (Sadly last season... ) 2. Las Vegas (Show ended ~2008, still great though..) 3. South Park 4. Two And A Half Man 5. The Event 5. According to Jim 6. Malcolm in the Middle (ended too) 7. Glee
1,114
how to make when someone is inactive for maybe 5 sec he get's kicked?
74
I know, I want to run a webhost on the vps.
194
I might use a webhost + I will need a MySQL database on it
194
I'm planning to run a server with 80 slots. Now I'm not sure what the minimum requirements are... HDD Space: ? Guaranteed RAM: ? Burstable RAM: ? Bandwidth: ? CPU Cores: ? Network Speed: ?
194
I see some people using: pawn Код: static wut; And the majority uses this: pawn Код: new wut; What does static do that new doesn't do?
61
The way i know: part of amount : full amount x 100 = percent. pawn Код: 24 / 153 * 100 = 15,7%
95
This worked, thanks alot Twizted! @Samtey, I know how to make a kick command :P
70
pawn Код: DisableInteriorEnterExits( );
74
I saw in a server that they can reconnect players.. How to reconnect a player?
70
And to be more efficient pawn Code: new pName[2][54];
203
pawn Код: forward OnPlayerStartGame(playerid,text[]);public OnPlayerStartGame(playerid,text[]){     printf("Test 1: %s",text);     format(var,sizeof(var),"Bye");     printf("Test 2:%s",va...
122
i need to detect when he is using it, i mean in casino when he uses the casino thing he will be killed can you make me a example, i don't really know how (
94
I need to know how i can detect a animation. thanks
94
So, when it's 1, 2, 3, 4, 5, 6, Etc. it perform the code like this: pawn Код: case 1..1000:{//do code} I'm not sure so i'm asking it
89
pawn Код: public OnPlayerRequestClass(playerid,classid){    SetupPlayerForClassSelection(playerid);    return 1;}SetupPlayerForClassSelection(playerid){    SetPlayerPos(playerid, 258.4893,-4...
136