Search Results
Uhm, if you type '/enter' then you get a message how to get in a house/biz? Why not that you enter the house/biz? wtf xD
161
Maybe the roadblock will remove if you are death or something? And SiloX: Why you post all that stupid comments?
358
Quote: Originally Posted by » RyDeR « dcmd FTW! zcmd FTW
344
If your VPS is linux: https://sampwiki.blast.hk/wiki/Linux_Server
225
This script doesn't works... SetTimer need to be added in OnFilterScriptInit, Not restart. And why you have restart(playerid)? Here is the fixed script: http://pastebin.com/3KsivJV4
385
Nice work! I hope you make more admin bases.
443
Quote: Originally Posted by [NWA Hannes ] pawn Code: if(dialogid == 12){  new file[128], pname[MAX_PLAYER_NAME];  new string[128];  GetPlayerName(playerid, pname, sizeof(pname));  form...
218
Код: public OnPlayerSpawn(playerid) { GivePlayerWeapon(playerid, WEAPON_ID, AMMO); return 1; }
245
Quote: Originally Posted by MenaceX^ Quote: Originally Posted by BlackBank3 Hey, http://hoertje.pastebin.com/qttu49zr I can't find the problem. The bank will not load, maybe...
156
Hey, http://hoertje.pastebin.com/qttu49zr I can't find the problem. The bank will not load, maybe is the SQL plugin bugged?
156
Код: if (minute <= 9) { if (second <= 9) { format(string,25,"%d:0%d:0%d", hour, minute, second); } else { format(string,25,"%d:0%d:%d",hour,minute, second); } } else { if ...
1,437
You know that the limit of the max Filterscripts 16 is?
308
Or make your GTA SA folder 777.
301
hmm, i have to crashes. But i fixed it, to start SA:MP with Windows NT. :P
245
Код: public OnPlayerRequestSpawn(playerid) { if(IsPlayerNPC(playerid)) return 1; // Here your functions... return 1; } public OnPlayerConnect(playerid) { if(IsPlayerNPC(playerid)) retur...
447