goto cmds
#7

Why'd you re-post this again?

Код:
CMD:gotols(playerid) 
{ 
    if(!IsPlayerAdmin(playerid)) {return 0;} 
    SetPlayerInterior(playerid, 0); 
    SetPlayerPos(playerid, 1258.7352,-2036.7100,59.4561); 
    SendClientMessage(playerid, COLOR_WHITE, "You have been teleported to Los Santos!");
    return 1; 
} 

CMD:gotosf(playerid) 
{ 
    if(!IsPlayerAdmin(playerid)) {return 0;}
    SetPlayerInterior(playerid, 0); 
    SetPlayerPos(playerid, -2018.0339,145.6004,27.9839); 
    SendClientMessage(playerid, COLOR_WHITE, "You have been teleported to San Fierro!"); 
    return 1; 
} 

CMD:gotolv(playerid) 
{ 
    if(!IsPlayerAdmin(playerid)) {return 0;}
    SetPlayerInterior(playerid, 0); 
    SetPlayerPos(playerid, 2034.0673,1007.7039,10.8203); 
    SendClientMessage(playerid, COLOR_WHITE, "You have been teleported to Las Venturas!"); 
    return 1;
}
Notice no else as was mentioned before.
Reply


Messages In This Thread
goto cmds - by Jaua10 - 10.06.2018, 23:42
Re: goto cmds - by DarkSkull - 11.06.2018, 00:24
Re: goto cmds - by Robin96 - 11.06.2018, 00:36
Re: goto cmds - by Jaua10 - 11.06.2018, 01:45
Re: goto cmds - by SyS - 11.06.2018, 02:19
Re: goto cmds - by Jaua10 - 11.06.2018, 02:43
Re: goto cmds - by Sew_Sumi - 11.06.2018, 03:12
Re: goto cmds - by Jaua10 - 19.06.2018, 06:11
Re: goto cmds - by DerickClark - 19.06.2018, 06:13
Re: goto cmds - by kovac - 19.06.2018, 12:57

Forum Jump:


Users browsing this thread: 1 Guest(s)