GOTO crash
#6

Dude, a guy I was telling about this found your problem. You added a " in the wrong place:
pawn Код:
SendClientMessage(otherplayer, GREEN, "%s (ID %d) has been teleported to you!, name, playerid");
but it should look like this:
pawn Код:
SendClientMessage(otherplayer, GREEN, "%s (ID %d) has been teleported to you!", name, playerid);
Edit: [16:09] JayFoxRox: credits to JayFoxRox please

Edit2: Also you need to format a string and then add it to SendClientMessage, don't ask me how you would do that, never did it myself yet. :X

Edit3: Well, forget my "solution". :/
Reply


Messages In This Thread
GOTO crash - by Remi-X - 04.04.2009, 13:38
Re: GOTO crash - by MenaceX^ - 04.04.2009, 13:44
Re: GOTO crash - by Remi-X - 04.04.2009, 13:47
Re: GOTO crash - by Torekk - 04.04.2009, 14:00
Re: GOTO crash - by Remi-X - 04.04.2009, 14:02
Re: GOTO crash - by Torekk - 04.04.2009, 14:09
Re: GOTO crash - by Remi-X - 04.04.2009, 14:12
Re: GOTO crash - by Tr1viUm - 04.04.2009, 14:15
Re: GOTO crash - by Remi-X - 04.04.2009, 14:20
Re: GOTO crash - by Tr1viUm - 04.04.2009, 14:21

Forum Jump:


Users browsing this thread: 2 Guest(s)