Search Results
Zombie Survival mode is developed by NTP_HighPrint and NTP_Rytmus. This gamemode takes places in post-apocalyptic San Andreas world, which was destroyed by a zombie apocalypse. Mode was already out o...
227
Go on these coords = 0,0,0 and it should work //Ok my bad, it should work everywhere For one plant per player do something like this, but GLOBAL Код HTML: new Float:Weedx[MAX_PLAYERS], Float:Weed...
48
He probably means VEHICLEID not MODELID, vehicleID could be different after respawn. Edit: ah, my bad... i forgot that i am destroying my vehicles with script..
70
yeah its default value or delete 30
56
Theres is connectionHandle between destination and max_len. Quote: (row, const field_name[], destination[], connectionHandle = 1, max_len = sizeof(destination))
56
PHP код: CMD:givecash(playerid, params[]) {     new player, amount,name1[24], name2[24], string[128];     if(!sscanf(params, "ui",player,amount))     {         if(play...
47
strcat(string2, "skin3ammo3 INTEGER DEFAULT 0 NOT NULL)"); strcat(string2, "spawn1X FLOAT DEFAULT 0.0,");
50
Then increase the string! string2[256] -> string2[300] I checked the pic and i can't see the colon after "Date" so listen me next time...
63
Your timers are global and not "player". SetTimer("name",3500,false) -> SetTimerEx("name",3500,false,"i",playerid);
42
What do you mean by log? Log into server_log? Log all texts in "/sellprods" or what?
70
Where did you get your GM if you don't know nothing about MySQL?
57
What is ccar, give us more code from OnPlayerEnterCheckpoint
108
You got the IsPlayerNameBanned TWICE!! Just rename the second one on IsPlayerIpBanned
56
Just think about it. Do you think that "a" could be lower than 101 and still higher than 128? PHP код: for(new a;a<102;a++) AddPlayerClass(a, 2485.6213,-1665.0665,15, -1, 0, 0, 0, 0...
125
It's not about the fucking version of mysql plugin... I am not sure, if i understood your problem, but try this. PHP код: public Shop_load() {     new Requete[504], fields[57][MAX_PLAYE...
82
Quote: Originally Posted by sprtik I get '[debug] Run time error 20: "Invalid index parameter (bad entry point)"' with YSF on my Linux server (but not on Windows) logprintf = 0x080A9000 p...
11,345
Is it vehicle pickup or player? http://forum.sa-mp.com/showthread.ph...20#post3334620
46
2,147,483,647 is the maximum for 32-bit variable so 123,123,123,123 is not possible to insert like integer.
45
PHP код: new str[128]; format(str,sizeof(str),"Administrator %s has given "#mTEAM1" money! [ Amount: %d $ ]", pName[playerid]); InsertLog(str); 
40