Posts: 223
Threads: 64
Joined: Feb 2010
Reputation:
0
So, I found an FS with Dialog register and log in and decided I would use it. I turned it into a GM, but for some reason now every line under OnDialogResponse that is a SendClientMessage gives me the error "Undefinded symbol playerid". Any ideas?
Posts: 305
Threads: 8
Joined: Feb 2009
Reputation:
0
compiled fine for me. no clue why it's not working for you. have you updated to 0.3aR8?
Posts: 223
Threads: 64
Joined: Feb 2010
Reputation:
0
Yes I just updated it. The other script I have with this is compiling fine, it's just this is not for some reason.
Posts: 2,938
Threads: 162
Joined: May 2010
MAYBE THE SENDCLIENTMESSAGE IS IN A LOOP TRY CHANGING IT TO SendClientMessage(i,//rest of code
Posts: 223
Threads: 64
Joined: Feb 2010
Reputation:
0
Ok, I fixed this, but I have a new problem. For some reason, when I put the GM on my server and log in, it asks me to register and login and stuff, but then as soon as I log in, it just shows a view of the ocean and doesn't let me click spawn or anything. What did I fuck up?
Posts: 2,938
Threads: 162
Joined: May 2010
Posts: 2,938
Threads: 162
Joined: May 2010
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(x,y,z);
return 1;
}