14.02.2013, 00:35
Solucion:
Explicacion:
Tenias un '{' de mas (al inicio).
Extra:
Por favor lee Uso de Tags
pawn Код:
COMMAND:cambiar(playerid,params[])
{
SendClientMessage(playerid,COLOR_HOTPINK,"Server: {00FF00}Ahora elije tu equipo!");
ForceClassSelection(playerid);
PlayerPlaySound(playerid,1159,0.0,0.0,0.0);
SetPlayerHealth(playerid,0.0);
return 1;
}
Tenias un '{' de mas (al inicio).
Extra:
Por favor lee Uso de Tags