11.10.2010, 10:55
Its fixed, figured it out myself with a lil help from TheKiller
and @ James
See that on top? and
@ LarzI
I always have no idea when u comment something xD
The problem was strcmp, i did !strcmp(ip,!tmp2 this will actually do: ip false tmp2 true now i deleted both ! !
becoz strcmp returns 0 and it works
and @ James
Код:
public OnPlayerConnect(playerid) { new name[MAX_PLAYER_NAME]; new ip[50]; new tmp2[256]; tmp2 = dini_Get(file,"IP-Adress"); GetPlayerName(playerid, name, sizeof(name)); format(file,sizeof(file),"SF-RP/%s.ini",name);
@ LarzI
I always have no idea when u comment something xD
The problem was strcmp, i did !strcmp(ip,!tmp2 this will actually do: ip false tmp2 true now i deleted both ! !
becoz strcmp returns 0 and it works