Need a Command "/gotopos" or "/setpos"
#8

Quote:
Originally Posted by up2u
Посмотреть сообщение
DUDE, Again you helped me!! Man!!

Join my Teamviewer dude xD:

689 387 818
8517
This evening I'll come again to help you with the SP commands


EDIT.......... DIDN'T SEE...

Quote:
Originally Posted by up2u
Посмотреть сообщение
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;
}
Reply


Messages In This Thread
Need a Command "/gotopos" or "/setpos" - by up2u - 11.05.2011, 13:40
Re: Need a Command "/gotopos" or "/setpos" - by Laronic - 11.05.2011, 13:55
Re: Need a Command "/gotopos" or "/setpos" - by up2u - 11.05.2011, 14:07
Re: Need a Command "/gotopos" or "/setpos" - by Sasino97 - 11.05.2011, 14:14
Re: Need a Command "/gotopos" or "/setpos" - by up2u - 11.05.2011, 14:17
Re: Need a Command "/gotopos" or "/setpos" - by Laronic - 11.05.2011, 14:18
Re: Need a Command "/gotopos" or "/setpos" - by up2u - 11.05.2011, 14:20
Re: Need a Command "/gotopos" or "/setpos" - by Sasino97 - 11.05.2011, 14:20
Re: Need a Command "/gotopos" or "/setpos" - by up2u - 11.05.2011, 14:24
Re: Need a Command "/gotopos" or "/setpos" - by Sasino97 - 11.05.2011, 14:28

Forum Jump:


Users browsing this thread: 1 Guest(s)