11.05.2011, 14:20
Quote:
DUDE, Again you helped me!! Man!!
Join my Teamviewer dude xD: 689 387 818 8517 |
![Smiley](images/smilies/smile.png)
EDIT.......... DIDN'T SEE...
Quote:
nononono Wait i just noticed when i went IG this is not what i wanted XD
thats the same as: /mark /gotomark I wanted /gotopos [the Poss.] |
Код:
if (strcmp(cmd, "/gotopos", true) == 0) { new Xtmp[24]; new Ytmp[24]; new Ztmp[24]; new Float:X, Float:Y, Float:Z; if(!strlen(Xtmp) || !strlen(Ytmp) || !strlen(Ztmp)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /gotopos [X] [Y] [Z]); X = floatstr(Xtmp); Y = floatstr(Ytmp); Z = floatstr(Ztmp); SetPlayerPos(playerid, X, Y, Z); return 1; }