Search Results
It's because some samp settings in reestry or dx file, which speed up loading of samp there will be some fix soon, i guess
161
add if(Locked[vehicleid]) into OnVehicleStreamLn and in timer https://sampwiki.blast.hk/wiki/IsVehicleStreamedIn with setting params for player in cycle
170
russian strings correctly displys, so japanies, or other must too
133
right section... script release for script build of samp 0.3, any other questions?
297
if(strcmp(cmdtext, "/pm") == 0) wtf? if(strcmp(cmdtext, "/pm", false, 3) == 0)
297
Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(!dialogid)//==0 { if(listitem == 1) return SendClientMessage(playerid,COLOR_WHITE,"Thank you for agreeing...
163
add if(IsPlayerSpawned(playerid)) check to prevent teleporting dead bodies or smthn
297
try with downloader.... this bug i have on ie 6,7,8
211
i have this kind of errors with crash when spawn and moving camera with timer...
167
Quote: Originally Posted by Compton's Eazy E Try This Code: public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmd,"/air",true)==0) { SetPlayerPos(playerid, 2687.509521 -1...
118
Quote: Originally Posted by Amit B Problem: I have an library (include file), but I still get the complier fatal error: "cannot read from file ..." Solution: Close and reopen the Pawno app...
329
stock sleep2(s) { assert s > 0 && s < cellmax; new nt[4], ot[4]; gettime(ot[0],ot[1],ot[2]); ot[3] = ot[2] + (ot[1]*60) + (ot[0]*600); while(nt[3] != (ot[3]+seconds))...
259
omg i can't connect ot irc... just nothing happens and client then says that connection lost or somethin
1,245
actually, when you reads huge variables from database with many queryes - server can start lag.... so only working desigion is get SELECT * From table etc then getfieldvalue in for or while cycle... ...
165
OnVehicleSpawn(vehicleid) { SetTimerEx("Public", time, looping, "i", vehicleid); return 1; } forward Public(veh); public Public(veh) { return AddVehicleComponent(veh, cid); }
79
if you want to pause thread you sholdn't use this func.... it's make server lags.... use TIS from XAOC... it can make new thread and xsleep in it
178
if(GetPlayerMoney(playerid) < 500) { SendClientMessage(playerid, 0xC41E3AAA, "You need $500 to buy a bomb."); return 1; } actually best to write this way if(...
178
stock Wait(time) //uf.inc { new stamp = tickcount(); while(tickcount() - stamp < time) { } return 1; } dont use it... NEVER
178
are you really think, that this is anticheat it's peace of shit... and you are stupid
579