09.12.2011, 02:26
Os warnings interferem sim no compilamento, tanto que se vc deixasse passar esses nenhum comando do seu servidor vai funcionar.
Para retirar o outro, procure por:
e delete.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/cinto", true))
{
CSEG[playerid] = 1;
SendClientMessage(playerid,AZUL,"{FFFF00}[Dica] {FFFFFF}Cinto de Seguranзa Colocado! [/tirarcinto]");
return 1;
}
if(!strcmp(cmdtext, "/tirarcinto", true))
{
CSEG[playerid] = 0;
SendClientMessage(playerid,VERMELHO,"{FFFF00}[Dica] {FFFFFF}Vocк tirou o Cinto de Seguranзa.");
return 1;
}
return 0;
}
pawn Код:
new string