04.08.2016, 15:43
So on my server I wanted to make "Admin virtual world", and that's the code
}
CMD:aaa(playerid,params[])
{
if(playerVariables[playerid][pAdminLevel] >= 1)
{
SetPlayerVirtualWorld(playerid,0);
SetPlayerInterior(playerid,5);
SetPlayerPos(playerid, 140.1661,1367.0115,1083.8594);
SendClientMessage(playerid,COLOR_WHITE,"Welcome to the admin hq (virtualworld 1)");
}
return 1;
}
And that's the error: http://imgur.com/a/g6ZqI
Can you solve it pls?
}
CMD:aaa(playerid,params[])
{
if(playerVariables[playerid][pAdminLevel] >= 1)
{
SetPlayerVirtualWorld(playerid,0);
SetPlayerInterior(playerid,5);
SetPlayerPos(playerid, 140.1661,1367.0115,1083.8594);
SendClientMessage(playerid,COLOR_WHITE,"Welcome to the admin hq (virtualworld 1)");
}
return 1;
}
And that's the error: http://imgur.com/a/g6ZqI
Can you solve it pls?