14.06.2010, 21:59
I don't use strcmp, so i'm not usre at the first one.
At the second one, i would try changing the "name" to something else, like:
At the second one, i would try changing the "name" to something else, like:
Код:
new name2[MAX_PLAYER_NAME],str[45]; GetPlayerName(playerid,name2,sizeof(name2)); format(str,sizeof(str),"%s has gone to Caddy Carnage (/cc)!",name2); SendClientMessageToAll(color,string); SetPlayerPos(playerid,-2310.3762, -1685.2257, 481.9977);

