Small error ( Siren system ) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Small error ( Siren system ) (
/showthread.php?tid=423284)
-
master2466 - 17.03.2013
deleted
Respuesta: Small error ( Siren system ) -
Parka - 17.03.2013
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(siren,5,cmdtext);
return 1;
}
Re: Small error ( Siren system ) -
master2466 - 17.03.2013
deleted