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