Question about dini
#5

here you go
pawn Код:
OnPlayerConnect(playerid)
{
    INI_Open(FILE);
    new Name[]=INI_GetString("PlayerName");
    new Name2[128];
    GetPlayerName(playerid,Name2,sizeof(Name2));
    if(strcmp(Name2,Name)==0){}//you have stored the name
    else  INI_SetString("PlayerName",Name2);
 ....
}
Reply


Messages In This Thread
Question about dini - by CoDeZ - 24.08.2012, 16:14
Re: Question about dini - by Roko_foko - 24.08.2012, 16:24
Re: Question about dini - by LaGrande - 24.08.2012, 17:09
Re: Question about dini - by CoDeZ - 24.08.2012, 17:34
Re: Question about dini - by Roko_foko - 24.08.2012, 18:44
Re: Question about dini - by LaGrande - 24.08.2012, 19:23
Re: Question about dini - by Roko_foko - 24.08.2012, 20:00
Re: Question about dini - by CoDeZ - 24.08.2012, 22:00
Respuesta: Question about dini - by Vladeksh - 31.08.2012, 00:36
Re: Question about dini - by Tika Spic - 31.08.2012, 00:40

Forum Jump:


Users browsing this thread: 1 Guest(s)