26.07.2011, 13:25
Aki:
Topo Do GM:
Espero Ter Ajudado! ^^
Dб Reputaзгo Aн.
Topo Do GM:
PHP код:
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);
PHP код:
if(strcmp(cmd, "/handsup", true) == 0)
{
if(GetPlayerState(playerid) != PLAYER_STATE_ONFOOT) { return 1; }
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
return 1;
}
Dб Reputaзгo Aн.