zcmd xgoto +rep
#3

@Death1300 : You forgot a params, you put only 3. "fff" - x, y, z. and where's of world?


pawn Код:
CMD:gotoco(playerid, params[])
{
    new string[300], Float:x, Float:y,  Float:z, interior, world;
    if(sscanf(params, "fffd", x, y, z, interior, world)) return SendClientMessage(playerid, -1, "(USAGE) /xogotoco[x][y][z]");
    SetPlayerPos(playerid, x,y,z);
    SetPlayerVirtualWorld(playerid, world);
    return 1;
}
Reply


Messages In This Thread
zcmd xgoto +rep - by JakeHunter1 - 28.08.2014, 11:15
Re: zcmd xgoto +rep - by Sledgehammer - 28.08.2014, 11:17
Re: zcmd xgoto +rep - by SanAndreasMP - 28.08.2014, 11:19
Re: zcmd xgoto +rep - by JakeHunter1 - 28.08.2014, 11:19
Re: zcmd xgoto +rep - by iFarbod - 28.08.2014, 11:21
Re: zcmd xgoto +rep - by Sledgehammer - 28.08.2014, 11:22
Re: zcmd xgoto +rep - by JakeHunter1 - 28.08.2014, 11:24
Re: zcmd xgoto +rep - by Don_Cage - 28.08.2014, 12:11

Forum Jump:


Users browsing this thread: