14.02.2018, 01:07
Nгo й um erro й um aviso, mostrando que alguma variбvel nгo estб sendo usada.
Vocк nгo tem a include zcmd na gm.
Vocк nгo tem a include zcmd na gm.
PHP код:
CMD:av(playerid)
{
new stringg[48];
static nomep[24];
if(PlayerInfo[playerid])
{
GetPlayerName(playerid,nomep, 24);
format(stringg, sizeof(stringg), "| Teste | Seu nome й: %s", nomep);
SendClientMessageToAll(-1, stringg);
}
return true;
}