Search Results
Why you use loop under OnPlayerUpdate..? It's useless because this function have argument (playerid) for each player? This loop can cause lag. I think your code under OnPlayerUpdate should be: Ко...
890
trying to make timer for 1 player. Thanks
68
How is more correctly? This: Code: timer[playerid] = SetTimerEx....... or this: Code: timer = SetTimerEx.......
68
Код: DestroyDynamic3DTextLabel(LVd); DestroyDynamic3DTextLabel(SFd); DestroyDynamic3DTextLabel(LSd); Код: LVd = CreateDynamic3DTextLabel("test1", WHITE, 2486.0544, 1854.6410, 4.4475, 20, INVAL...
81
Quote: Originally Posted by bobsona new attack maybe? Maybe.
193
OnPlayerConnect is not called...... Only OnIncomingConnection The worst thing is that the ip's are different on every connection.
193
How to do a limit on the incomming connections per 2 seconds? Example: 2 players from different ip are connecting to the server on same second. I want the second player to be ignored. How to do this...
65
Can some one tells me what is this? is it attack or? Code: [18:29:51] Incoming connection: 201.109.44.246:60818 [18:29:52] Incoming connection: 62.34.151.23:15761 [18:29:52] Incoming connection: 201...
193
Код: new warray[] = {16, 22, 24, 26, 27, 29, 31, 36, 38, 39}; new wp = random(sizeof(warray)); new amo = random(82); GivePlayerWeapon(playerid, wp, amo); "warray" is never used? !
80
Yep. Now its working. Thanks all. rep++.
160
It doesn't work. If i type 192.115.142.11 kicks all people inside.
160
Quote: Originally Posted by CalvinC The max IP size is 16, so why would you use 32? That's just a waste of 64 bytes. i've change it to 16. Thanks. Thanks all REP ++
160
I am trying to make kick command that kicks all online players with .... ip. Код: CMD:kip(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] == 6) { new ip[32], inputip; if(sscanf(...
160
Quote: Originally Posted by kirk You have to assign the result of both expressions somewhere or it ll be lost. It seems you want to use those two variables like this. Код: tintelekt =...
129