SA-MP Forums Archive
Help!! - 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: Help!! (/showthread.php?tid=500890)



Help!! - AroseKhanNiazi - 15.03.2014

Solved


Re: Help!! - CroM256 - 15.03.2014

Код:
SCM(playerid,COLOR_RED,"Weather is now unlocked.")
You do not have ';' on the end...use:
Код:
SCM(playerid,COLOR_RED,"Weather is now unlocked.");
SCM(playerid,COLOR_RED,"Weather is now locked.");



Re: Help!! - AroseKhanNiazi - 15.03.2014

thanks idk why i missed it