04.04.2009, 14:09
Dude, a guy I was telling about this found your problem. You added a " in the wrong place:
but it should look like this:
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". :/
pawn Код:
SendClientMessage(otherplayer, GREEN, "%s (ID %d) has been teleported to you!, name, playerid");
pawn Код:
SendClientMessage(otherplayer, GREEN, "%s (ID %d) has been teleported to you!", name, playerid);
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". :/