Search Results
pawn Код: stock UnbannSelectedPlayer( playername[] ) ??
147
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:        {  ...
172
You need update globalname after format not before pawn Код: strcat((Player[playerid][GlobalName][0]='\0',Player[playerid][GlobalName]),inputtext,MAX_PLAYER_NAME);
148
https://sampwiki.blast.hk/wiki/Strval
148
For me its very ugly bug same as sniper rifle god mode
1,792
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
1,792
pawn Код: if(Grass[i] != 0 && IsPlayerInRangeOfPoint(...)) or pawn Код: if(GetPlayerObjectPos(playerid, Grass[i], x, y, z) && IsPlayerInRangeOfPoint(...)) propably first cod...
420
Because VehicleInfo != PlayerInfo
126
https://sampwiki.blast.hk/wiki/GetVehicleVelocity if all are 0.0 = not moving
119
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
165
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...
140
fclose(openedfile); after fwrite
251
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");
175
Its video game effect i think, go to pastebin and search sounds list with "names" then search 'effect' part from list
248
Is there any chance to get this plugin for windows xp? because i saw its only for windows > 7, halo peoples
12,000
new random_file = random(MAX_EXISTED_FILES); and create files as 0.txt, 1.txt ... ?
251
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
264
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'
144