02.03.2015, 22:11
1 - Change loginname[256] to loginname[32]
2 - Have this little stock around :
if it doesn't work, tell me the error and I can help more I guess
2 - Have this little stock around :
Код:
stock GetName(playerid)
{
new name[32];
GetPlayerName(playerid,name,sizeof(name));
return name;
}
//Exemple code :
//format(str, sizeof(str),"Welcome sir : %s",GetName(playerid));
// No need to have the new name, Getplayername ..

