2 problems
#7

Quote:
Originally Posted by Strummer
Посмотреть сообщение
Oh, GameText still doesn't show up :S And for some reason, whenever I use /exit, SERVER: Unknown command comes up, even if I do exit it.
I'm not certain about the GameText, but replace CMD:exit with this:

pawn Код:
CMD:exit(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, 5, 246.40,110.84,1003.22)) //PD
    {
        SetPlayerPos(playerid, 1554.7246,-1675.5688,16.1953);
        SetPlayerInterior(playerid, 0);
    }
    else if(IsPlayerInRangeOfPoint(playerid, 5, 2315.952880,-1.618174,26.742187)) //BANK
    {
        SetPlayerPos(playerid, 1455.1255,-1010.9031,26.8438);
        SetPlayerInterior(playerid, 0);
    }
    return 1; // You needed this.
}
Completely my fault, sorry.
Reply


Messages In This Thread
2 problems - by Strummer - 18.07.2014, 01:49
Re: 2 problems - by Strummer - 18.07.2014, 02:55
Re: 2 problems - by BornHuman - 18.07.2014, 03:12
Re: 2 problems - by Strummer - 18.07.2014, 03:19
Re: 2 problems - by BornHuman - 18.07.2014, 03:20
Re: 2 problems - by Strummer - 18.07.2014, 03:29
Re: 2 problems - by BornHuman - 18.07.2014, 04:10
Re: 2 problems - by Strummer - 18.07.2014, 04:27
Re: 2 problems - by Strummer - 18.07.2014, 09:30

Forum Jump:


Users browsing this thread: 1 Guest(s)