20.02.2015, 17:04
descobri quando troquei
o aviso ao qual eu estava relatando estб na linha: 920
nгo sei por qual motivo mas de alguma forma esse "static name" interfere no variavel.
Quote:
new name[MAX_PLAYER_NAME]; por new nome[MAX_PLAYER_NAME]; |
Quote:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) { static name[24]; GetPlayerName(playerid,name,24); printf("[COMANDOS]: jogador %s digitou comando: %s",nome,cmdtext); if (!success) return scm(playerid,Error,"[CMD-ERRO] Comando executado nгo existe."); return true; } |