Search Results
pawn Код:
stock UnbannSelectedPlayer( playername[] )
??
223
Just increase game text time and it should be outside loop
pawn Код:
forward StartMap(mode);public StartMap(mode){ new string[4]; switch(mode) { case DM: { ...
271
You need update globalname after format not before
pawn Код:
strcat((Player[playerid][GlobalName][0]='\0',Player[playerid][GlobalName]),inputtext,MAX_PLAYER_NAME);
242
https://sampwiki.blast.hk/wiki/Strval
242
For me its very ugly bug same as sniper rifle god mode
2,303
If you open some dialog (im using style_list) in truck with trailer player goes afk too, same effect is when player is aiming without moving camera ^^ but who cares about bugs in this game
2,303
pawn Код:
if(Grass[i] != 0 && IsPlayerInRangeOfPoint(...))
or
pawn Код:
if(GetPlayerObjectPos(playerid, Grass[i], x, y, z) && IsPlayerInRangeOfPoint(...))
propably first cod...
624
Because VehicleInfo != PlayerInfo
240
https://sampwiki.blast.hk/wiki/GetVehicleVelocity if all are 0.0 = not moving
182
also
pawn Код:
new bool:BlockPmID[MAX_PLAYERS][MAX_PLAYERS char];
re-define MAX_PLAYERS to your real server slots instead of 1000 or you can use also bit array
249
Example for one cmd
pawn Код:
COMMAND:admin(playerid, params[]){ if(PlayerInfo[playerid][pAdmin] < 1) SendClientMessage(playerid, COLOR_SYSTEM_ERROR, "[ERRORE]: Non sei autorizzato ad usar...
217
Its just one line, i think you complicate your life too much
pawn Код:
mysql_tquery(SQL, "UPDATE `users` SET `variable2` = `variable2` * 10 WHERE `variableY` >= x");
318
Its video game effect i think, go to pastebin and search sounds list with "names" then search 'effect' part from list
363
https://sampwiki.blast.hk/wiki/Strcmp
182
Is there any chance to get this plugin for windows xp? because i saw its only for windows > 7, halo peoples
18,853
new random_file = random(MAX_EXISTED_FILES);
and create files as 0.txt, 1.txt ... ?
389
Maybe here is problem? xd
inserttime = params[0]/1000;
this part is also cool
return GameTextForPlayer(i, string, 1000, 5); only id 0 will see this
358
but where is `ID` INTEGER etc? what is this db_get_field_int(Result) ? format supports escape strings, you dont need DB_Escape anymore, replace '%s' to '%q'
273