[Ajuda] Warnings no GM
#2

pawn Код:
MSGTimer = SetTimer("RandomMSGs",1500,1);
pawn Код:
if (strcmp("/mudar", cmdtext, true, 10) == 0)
{
new Nome[MAX_PLAYER_NAME];
new stringx[100];  // warning esta nesta linha <<<
GetPlayerName(playerid,Nome,sizeof Nome);
format(stringx, sizeof stringx,  "%s FOI MUDAR DE GANG {FF0000}( /MUDAR )",Nome);
SendClientMessageToAll(0xFFFF00FF,stringx);
ForceClassSelection(playerid); //--- isso que faz o player voltar na seleзгo de skin igual apertar "F4"
SetPlayerHealth(playerid, 0);
return 1;
}
Reply


Messages In This Thread
Warnings no GM - by N3XTMapper - 08.10.2013, 17:36
Re: Warnings no GM - by ThuuGLif3 - 08.10.2013, 17:40
Re: Warnings no GM - by N3XTMapper - 08.10.2013, 17:43
Re: Warnings no GM - by Duduzinho - 08.10.2013, 17:47
Re: Warnings no GM - by Zivo - 08.10.2013, 17:50
Re: Warnings no GM - by N3XTMapper - 08.10.2013, 17:50
Re: Warnings no GM - by N3XTMapper - 08.10.2013, 17:52
Re: Warnings no GM - by Duduzinho - 08.10.2013, 17:53
Re: Warnings no GM - by ThuuGLif3 - 08.10.2013, 17:53
Re: Warnings no GM - by PT - 08.10.2013, 17:56

Forum Jump:


Users browsing this thread: 1 Guest(s)