Search Results
Код: public LoadCar(i) { if(cache_get_row_count(ch)) { VehInfo[i][Model] = cache_get_row_int(0, 1); VehInfo[i][X] = cache_get_row_float(0, 2); VehInfo[i][Y] = cache_get_row_float(0, 3); ...
50
oh i totally forgot about this i scripted this a week ago then suddenly my computer stopped and then i didnt remembered of this and thanks bro
91
i have a command to create vehicle /createveh Код: CMD:createveh(playerid, params[]) { if(PlayerInfo[playerid][Admin] < A_createveh) return SendClientMessage(playerid, COLOR_RED, "Your admin...
91
Under onplayerdisconnect instead of this Код: mysql_format(mysql, query, sizeof(query), "UPDATE `playerdata` SET `Admin`=%d, `VIP`=%d, `Level`=%d, `Rank`=%d,\ `Group`=%d, `posX`=%f, `posY`=%f,...
151
What didnt understood i already read that i read more posts by other user then i saw it cant be used with custom callbacks
100
core.inc line no. 7: forward onesectimer(); admin.inc file: Код: starting from line no. 48 hook onesectimer() { foreach(Player, i) { if(PlayerInfo[i][Muted] != 0) PlayerInfo[i][Muted]--; ...
100
Check i think that you have changed data type like you have stored a number in integer format like 561651 and somewhere used it in string format like "561651" so it will use ascii code which will cau...
84
I mean i have a web host where my forums are hosted and there i will create a folder where i will place all songs
1,368
Bigeti i was thinking the same i have forums there i can place mp3 files and and paste the link in script But will this work have u tested
1,368
Can samp play mp3 i read somewhere that it can play only pls And from whom i will get good stream because i dont want if someone has slow connection then music keep streaming again and again
1,368
PT i like your way and it also conservers memory i will use this one But still i have question that why my command is not working when i use it previously it was working but now why its not
99
Quote: Originally Posted by verlaj try using this if(PlayerInfo[playerid][AdminLevel] > 1) I think adminlevel >=1 because using adminlevel > 1 adminlevel 1 cant use this comma...
99
Код: COMMAND:acmds(playerid, params[]) { if(PlayerInfo[playerid][AdminLevel] > 0) { new lvl1[200]; format(lvl1, sizeof(lvl1) , ""blue"%s"yellow"\n/spec /(on/off)duty /reports /mytime /asa...
99
Ok i got it this cause my whole script to be bugged now i will be warned about it
79
Woow konstantinous thank u it worked but can you tell me why was it not working as i have done
79
Код: new pname[MAX_PLAYER_NAME]; CMD:credits(playerid, params[]) { ShowPlayerDialog(playerid, creditdialog, DIALOG_STYLE_MSGBOX, "Credits", ""cgreen">"cred"Elvis"cblue" server main scripter\n"...
79
Red dragon why to use attachobjecttoplayer he wants this skin he doednt want any object to be attached
141