[Ajuda] invalid function or declaration
#2

Tenta isto:

PHP код:
if (strcmp(cmd"/elevador2"true) == 0)
{
    if(
PlayerToPoint(2.0playerid1912.76464844,-1356.61962891,13.28764534))
    {
        
SetPlayerPos(playerid1910.75439453,-1356.62219238,13.82241058);
        return 
1;
    }
    if(
PlayerToPoint(2.0playerid1910.75439453,-1356.62219238,13.82241058))
    {
        
SetPlayerPos(playerid1912.76464844,-1356.61962891,13.28764534);
        return 
1;
    }
    return 
1;

Ou isto:

PHP код:
if (strcmp(cmd"/elevador2"true) == 0)
{
    if(
IsPlayerInRangeOfPoint(playerid,2.01912.76464844,-1356.61962891,13.28764534))
    {
        
SetPlayerPos(playerid1910.75439453,-1356.62219238,13.82241058);
        return 
1;
    }
    if(
IsPlayerInRangeOfPoint(playerid,2.01910.75439453,-1356.62219238,13.82241058))
    {
        
SetPlayerPos(playerid1912.76464844,-1356.61962891,13.28764534);
        return 
1;
    }
    return 
1;

Reply


Messages In This Thread
[Ajuda] invalid function or declaration - by wallacematheus - 03.06.2011, 00:42
Re: [Ajuda] invalid function or declaration - by Shadoww5 - 03.06.2011, 00:45
Re: [Ajuda] invalid function or declaration - by wallacematheus - 03.06.2011, 01:03
Re: [Ajuda] invalid function or declaration - by wallacematheus - 03.06.2011, 01:06
Re: [Ajuda] invalid function or declaration - by Shadoww5 - 03.06.2011, 01:22

Forum Jump:


Users browsing this thread: 2 Guest(s)