04.04.2009, 14:12
EDIT:
Ow is see. TNX
I was forgotten the name, playerid after the message
And your thing was also a error, tnx
EDIT 2:
I got warnings now, no errors. On the rules
I get the 4 warnings, 2 on both rules:
Warning 202, number of arguments does not match definition.
Ow is see. TNX
I was forgotten the name, playerid after the message
And your thing was also a error, tnx
EDIT 2:
I got warnings now, no errors. On the rules
pawn Код:
SendClientMessage(playerid, GREEN, "You've been teleported to %s (ID %d)!", othername, otherplayer);
SendClientMessage(otherplayer, GREEN, "%s (ID %d) has been teleported to you!, name, playerid", name, playerid);
Warning 202, number of arguments does not match definition.