20.02.2010, 08:19
I want to make at /suspect command to be /(su)spect [playerid/PartOfName] [wantedlevel] [crime], but in my command is: /(su)spect [playerid/PartOfName] [crime]
I should type for 4 times /su playerid crime to give him wanted level 4. Here's my command.
http://www.pastebin.com/m1bfd7632
And I have another problem, here:
But the gametext doesen't appear, why? 
Thanks.
I should type for 4 times /su playerid crime to give him wanted level 4. Here's my command.
http://www.pastebin.com/m1bfd7632
And I have another problem, here:
Код:
new Float:X, Float:Y, Float:Z, Float:Speed; new stringa[256]; Speed = floatmul(floatsqroot(floatadd(floatadd(floatpower(X, 2), floatpower(Y, 2)), floatpower(Z, 2))), 100.0); format(stringa, sizeof(stringa), "~r~~n~~n~~n~~n~~n~~n~~n~Speed:~w~%ikm/h",floatround(Speed, floatround_floor)); GameTextForPlayer(i,stringa,15500,3);

Thanks.