Can someone help me with a code pls?
#1

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?
Reply
#2

There's a scrollbar. You've literally screenshot the most useless parts of the messages.
Reply
#3

I've changed the screenshot
Reply
#4

Most likely you have used the variable differently from the declaration like case problem.if thats not the case you forgot to declare the var.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)