More tags!
#1

Код:
	SetSpawnInfo(playerid, 0, Player[playerid][LastSkin], Player[playerid][Cash], Player[playerid][LastX], Player[playerid][LastY], Player[playerid][LastZ], Player[playerid][LastA], 0, 0, 0, 0, 0, 0);
warning 213: tag mismatch
warning 202: number of arguments does not match definition
Reply
#2

PHP код:
SetSpawnInfo(playerid0Player[playerid][LastSkin], Player[playerid][LastX], Player[playerid][LastY], Player[playerid][LastZ], Player[playerid][LastA], 000000); 
You added an extra money parameter, which is not used in this function.
Reply
#3

Thanks man alot actully however it gives me a loose intendation now
Reply
#4

Quote:
Originally Posted by kingcrome
Посмотреть сообщение
Thanks man alot actully however it gives me a loose intendation now
Then fix the indentation, if you could show the block of code I could do it for you.

So this:


Becomes this:
Код:
public OnPlayerConnect(playerid)
{
    if (TestIndentation())
    {
        if(TestIndentation())
        {
            if(TestIndentation())
            {
                if(TestIndentation())
                {
                }
            }
        }
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)