Search Results
PHP код: SetPlayerPos(playerid, areax+10, areax+10, z); 
122
Quote: Originally Posted by moura98 the correct is: PHP код: new Float:Zones[][] {    0.0, 0.0, 0.0,    1.1, 1.1, 1.1,    2.2, 2.2, 2.2 }  Ohh yea I sorry...
137
PHP код: new Zones[][]{   0.0, 0.0, 0.0,   1.1, 1.1, 1.1,   2.2, 2.2, 2.2}new rand;rand = random(sizeof(Zones));if(IsPlayerInRangeOfPoint(playerid, 10.0, zones[rand][0], z...
137
Do you do like this: PHP код: CMD:yourcmd(playerid, params){     //your code     return 0; // if you do return 0 it will send that change it to return 1; } 
172
Quote: Originally Posted by Deadpoop Why you say that? It doesnt look like porn studio Maybe your house look like porn studio so everything looks like porn studio to you Lollollol
489
Did you add on top: PHP код: new string;  ?
114
Use sscanf+izcmd Izcmd: https://www.******.co.il/search?q=iz...T0BIXfUe6ZqMAM Sscanf2: https://sampforum.blast.hk/showthread.php?tid=570927 PHP код: CMD:say(playerid, params) {      new...
124
Why not sscanf+I zcmd? Well anyway https://sampwiki.blast.hk/wiki/Strtok
124
Same as the guy above said you using another var with the same name try to change from string to string2 or other than string
114
To make new lines in textdraw use ~n~ not \n
109
PHP код: INI_ParseFile(UserPath(playerid), "playerdata_%s", .bExtra = true, .extra = playerid);  PHP код: new str[64]; format(str, sizeof(str), "Admin level: %i", pInf...
201
Quote: Originally Posted by Dejan12345 yes i know but i try it dont work your code dont know Then learn y_ini
87
You can use this one: https://sampforum.blast.hk/showthread.php?pid=3729120#pid3729120 Same usage as dini so you don't need to learn!
102
Show us how you used upisilog!
105
PHP код: stock AdminChat(COLOR,message[])  {      for(new i= 0; i <MAX_PLAYERS;i++)        if(pInfo[i][Adminlevel] == 0) return 0;      if(pInfo[i][Adminlevel] =&...
131
Because you using 2 labels If you want to change label name dont create another one just use label string!
116
Add it on top and i recommend you to use izcmd + sscanf thats faster and easier!
168