Register/Login dialog problem
#2

Look here -> https://sampwiki.blast.hk/wiki/Fexist

Could also try changing new user[MAX_PLAYER_NAME]; -> new user[54];

Btw: Here's and useful function that fetches a players name.

pawn Код:
stock PlayerName(playerid)
{
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));
return Name;
}

Example: printf("%s", PlayerName(playerid));
Reply


Messages In This Thread
Register/Login dialog problem - by mrcoolballs - 02.09.2010, 06:26
Re: Register/Login dialog problem - by Cameltoe - 02.09.2010, 06:28
Re: Register/Login dialog problem - by mrcoolballs - 02.09.2010, 09:35

Forum Jump:


Users browsing this thread: 1 Guest(s)