03.11.2010, 18:37
(
Последний раз редактировалось blackwave; 03.11.2010 в 18:39.
Причина: =Z
)
I've tried a warning for something, like:
first 1/3
second 2/3
third 3/3 (message and kick the player, but it didn't work) [I deleted this code due a bug which crashed]
2є How to detect player IP on a string? cuz I tried to do it on OnPlayerConnect, and doesn't shows
I did this code as well:
THanks for any help
PS: Also coordinates bugs with this string, when I did a save spawn command, for return a message with chose coordinates, and gave me "unknown command" [It's like same thing on the IP question]
first 1/3
second 2/3
third 3/3 (message and kick the player, but it didn't work) [I deleted this code due a bug which crashed]
2є How to detect player IP on a string? cuz I tried to do it on OnPlayerConnect, and doesn't shows
I did this code as well:
Код:
New ip[16],string[128]; GetPlayerIp(playerid, ip, 16); format(string,sizeof(string),"%i", ip); Return SendClientMessageToAll(red, string);
PS: Also coordinates bugs with this string, when I did a save spawn command, for return a message with chose coordinates, and gave me "unknown command" [It's like same thing on the IP question]