17.05.2010, 20:49
so i made add a rank sys and i want that if the player rank ** its he will have tag
i did try this
but when i wirte some thing its do not wirte a thing if i loggin and not loggin some thing
and i want 2 add auto login
i did add in on connect
and that its becuse i dont know what i need
and that player need 2 login 2 spawn
i did try this
Quote:
public OnPlayerText(playerid, text[]) { if(PlayerInfo[playerid][Rank] == 0) { new msg[128]; format(msg, sizeof(msg), "[ID=%i] %s", playerid, text); SendPlayerMessageToAll(playerid, msg); } if(PlayerInfo[playerid][Rank] == 1) { new msg[128]; format(msg, sizeof(msg), "[Vip|ID=%i] %s", playerid, text); SendPlayerMessageToAll(playerid, msg); } return 0; } |
and i want 2 add auto login
i did add in on connect
Quote:
new IP[100]; GetPlayerIp(playerid,IP); |
and that player need 2 login 2 spawn