Quote:
|
Originally Posted by Arjan
Quote:
|
Originally Posted by -=[Serbish
=- ]
Put this under OnPlayerConnect
Code:
new string[256];
new playerip[24];
format(string,256,"Your IP is: %d",GetPlayerIp( playerid, playerip, 24 ));
SendClientMessage(playerid,COLOR_YELLOW,string);
and look for your IP if it's different than others or just use SendClientMessagToAll to check everyone's.
|
C:\Users\arie\Desktop\PEN LV\gamemodes\penlv.pwn(2145) : error 021: symbol already defined: "string"
Line 2145 : new string[MAX_PLAYER_NAME];
|
Just delete this string then from the line or call it "new str[256];".