errors
#4

Код:
{
if (strcmp("/entermech", cmdtext, true, 10) == 0)
{ < ------ This wasn't here before. its required.
    if(!IsPlayerInRangeOfPoint(playerid,5,1790.2391,-1720.8370,13.5395))
    {
        SetPlayerPos(playerid,-2029.798339,-106.675910,1035.171875);
        SetPlayerInterior(playerid,3);
        GameTextForPlayer(playerid,"Welcome to Cobomau Mechanics",4000,6);
        return 1;
    }
}
Little Issue I noticed, There..

Also! Playerid2 isn't defined anywhere
you might use this " GetPlayerName(playerid, sendername, sizeof(sendername));"
to Define it
Example
GetPlayerName(playerid, playerid2, sizeof(playerid2));

Find a way to incorporate that

I Dont really want to help re-write that whole script. So Just take what I said there and try and apply it
Reply


Messages In This Thread
errors - by milanosie - 03.01.2012, 07:27
Re: errors - by coole210 - 03.01.2012, 07:45
Re: errors - by milanosie - 03.01.2012, 07:50
Re: errors - by Grant. - 03.01.2012, 08:37
Re: errors - by milanosie - 03.01.2012, 09:10
Re: errors - by milanosie - 03.01.2012, 10:05
Re: errors - by milanosie - 03.01.2012, 11:38

Forum Jump:


Users browsing this thread: 1 Guest(s)