CMD Error?
#1

Whats wrong in this cmd?
:
Код:
CMD:gotob(playerid, params[])
{
	if (playerInfo[playerid][pAdmin] >= 1)
	{
	    SetPlayerPos(playerid, 1980.0750,-1991.0996,13.5469);
		return 1;
}
Reply
#2

pawn Код:
CMD:gotob(playerid, params[])
{
    if (playerInfo[playerid][pAdmin] >= 1)
    {
        SetPlayerPos(playerid, 1980.0750,-1991.0996,13.5469);
    } //you've missed this bracket
    return 1;
}
Reply
#3

Thank you mate. +rep.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)