16.05.2014, 23:38
Entгo esta certo o seu comando, mais tenta assim
PHP код:
if(strcmp("/v", cmd, true) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i ++)
{
if(carrocriado[i] == 1) DestroyVehicle(carrocriado[i]);
}
// If there was a previously created selection menu, destroy it
DestroySelectionMenu(playerid);
SetPVarInt(playerid, "vspawner_active", 1);
//SetPVarInt(playerid, "vspawner_page", 0); // will reset the page back to the first
CreateSelectionMenu(playerid);
SelectTextDraw(playerid, 0xACCBF1FF);
return 1;
}