Search Results
PHP код: SetPlayerPos(playerid, areax+10, areax+10, z); 
259
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...
248
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...
248
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; } 
287
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
788
Did you add on top: PHP код: new string;  ?
210
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...
244
Why not sscanf+I zcmd? Well anyway https://sampwiki.blast.hk/wiki/Strtok
244
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
210
To make new lines in textdraw use ~n~ not \n
195
PHP код: INI_ParseFile(UserPath(playerid), "playerdata_%s", .bExtra = true, .extra = playerid);  PHP код: new str[64]; format(str, sizeof(str), "Admin level: %i", pInf...
312
Quote: Originally Posted by Dejan12345 yes i know but i try it dont work your code dont know Then learn y_ini
206
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!
224
Show us how you used upisilog!
254
PHP код: stock AdminChat(COLOR,message[])  {      for(new i= 0; i <MAX_PLAYERS;i++)        if(pInfo[i][Adminlevel] == 0) return 0;      if(pInfo[i][Adminlevel] =&...
291
Because you using 2 labels If you want to change label name dont create another one just use label string!
328
Add it on top and i recommend you to use izcmd + sscanf thats faster and easier!
385