[URGENT] problem with command
#8

PHP код:
CMD:adminhouse(playeridparams[])
{
    if(
IsPlayerAdmin(playerid))
    {
        
SetPlayerHealth(playerid100.00);
        
SetPlayerPos(playerid,-687.9445,953.5914,12.1495);
        
SendClientMessage(playerid, -1"You have been teleported to admin's house.");
    }
    else
    {
        
SendClientMessage(playerid, -1"ERROR, You're not a RCON Administrator to use this command");
    }
    return 
1;

Reply


Messages In This Thread
[URGENT] problem with command - by RiChArD_A - 01.02.2013, 22:08
Re: [URGENT] problem with command - by Sime30 - 01.02.2013, 22:12
Respuesta: [URGENT] problem with command - by Strier - 01.02.2013, 22:12
Re: [URGENT] problem with command - by Naruto_Emilio - 01.02.2013, 22:15
Respuesta: Re: [URGENT] problem with command - by RiChArD_A - 01.02.2013, 22:28
Re: [URGENT] problem with command - by Naruto_Emilio - 01.02.2013, 22:33
Re: [URGENT] problem with command - by Sime30 - 01.02.2013, 22:33
Re: [URGENT] problem with command - by ThePhenix - 01.02.2013, 22:34
Respuesta: Re: [URGENT] problem with command - by RiChArD_A - 01.02.2013, 22:40

Forum Jump:


Users browsing this thread: 1 Guest(s)