[Ajuda] error 010: invalid function or declaration
#21

Tente assim:

PHP Code:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/entrar"true) == 0)
    {
        if(
IsPlayerInRangeOfPoint(playerid2.01219.0685,-1812.5293,16.593))
        {        
            
SetPlayerInterior(playerid3);
            
SetPlayerVirtualWorld(playerid1);
            
SetPlayerPos(playerid1494.325195,1304.942871,1093.289062);
        }
        if(
IsPlayerInRangeOfPoint(playerid2.0938.0220,1733.2141,8.8516))
        {
            
SetPlayerInterior(playerid3);
            
SetPlayerVirtualWorld(playerid2);
            
SetPlayerPos(playerid1494.325195,1304.942871,1093.289062);
        }
    }

    if(
strcmp(cmdtext"/sair"true) == 0)
    {
        if(
IsPlayerInRangeOfPoint(playerid2.01494.325195,1304.942871,1093.289062) && GetPlayerVirtualWorld(playerid) == 1)
        {
            
SetPlayerInterior(playerid0);
            
SetPlayerVirtualWorld(playerid0);
            
SetPlayerPos(playerid1219.0685,-1812.5293,16.593);
        }
        if(
IsPlayerInRangeOfPoint(playerid2.01494.325195,1304.942871,1093.289062) && GetPlayerVirtualWorld(playerid) == 2)
        {
            
SetPlayerInterior(playerid0);
            
SetPlayerVirtualWorld(playerid0);
            
SetPlayerPos(playerid938.0220,1733.2141,8.8516);
        }
    }
    return 
1;

Reply


Messages In This Thread
error 010: invalid function or declaration - by Ryuzaki07 - 25.04.2017, 00:12
Re: error 010: invalid function or declaration - by Scorpion659 - 25.04.2017, 00:35
Re: error 010: invalid function or declaration - by Ryuzaki07 - 25.04.2017, 23:13
Re: error 010: invalid function or declaration - by Scorpion659 - 26.04.2017, 01:21
Respuesta: error 010: invalid function or declaration - by Ryuzaki07 - 26.04.2017, 03:17
Re: error 010: invalid function or declaration - by Scorpion659 - 26.04.2017, 03:30
Respuesta: error 010: invalid function or declaration - by Ryuzaki07 - 26.04.2017, 03:43
Re: Respuesta: error 010: invalid function or declaration - by Scorpion659 - 26.04.2017, 04:00
Respuesta: error 010: invalid function or declaration - by Ryuzaki07 - 26.04.2017, 16:59
Re: error 010: invalid function or declaration - by Scorpion659 - 26.04.2017, 17:24
Respuesta: error 010: invalid function or declaration - by Ryuzaki07 - 26.04.2017, 21:00
Re: Respuesta: error 010: invalid function or declaration - by Scorpion659 - 26.04.2017, 21:08
Re: Respuesta: error 010: invalid function or declaration - by IlanZ - 26.04.2017, 21:26
Re: error 010: invalid function or declaration - by MultiKill - 26.04.2017, 21:51
Re: error 010: invalid function or declaration - by Scorpion659 - 26.04.2017, 22:34
Re: error 010: invalid function or declaration - by IlanZ - 26.04.2017, 22:36
Respuesta: error 010: invalid function or declaration - by Ryuzaki07 - 27.04.2017, 19:02
Re: error 010: invalid function or declaration - by Scorpion659 - 27.04.2017, 19:05
Respuesta: error 010: invalid function or declaration - by Ryuzaki07 - 27.04.2017, 19:09
Re: error 010: invalid function or declaration - by Scorpion659 - 27.04.2017, 19:16
Re: error 010: invalid function or declaration - by Adiiti - 27.04.2017, 19:29
Respuesta: error 010: invalid function or declaration - by Ryuzaki07 - 27.04.2017, 22:26

Forum Jump:


Users browsing this thread: 6 Guest(s)