SA-MP Forums Archive
help weather script - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help weather script (/showthread.php?tid=251922)



help weather script - Shoaib - 29.04.2011

Quote:

C:\Users\Hamza Ali\Desktop\myweather.pwn(96) : error 017: undefined symbol "Dialog_Myweather"
C:\Users\Hamza Ali\Desktop\myweather.pwn(230) : error 017: undefined symbol "Dialog_Myweather"
C:\Users\Hamza Ali\Desktop\myweather.pwn(253) : error 030: compound statement not closed at the end of file (started at line 232)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

Quote:

line 96 ShowPlayerDialog(playerid,Dialog_Myweather,2,"Your Weather","Sunny\nRaining\nFoggy\nStorm\nVery Dark","Okay","Close");

Quote:

230 line if(dialogid == Dialog_Myweather)

no line 253


Re: help weather script - [DDC]Delight - 29.04.2011

You know what undefined symbol means?

pawn Код:
#define Dialog_Myweather  909 //Place this ontop of your script



Re: help weather script - Shoaib - 29.04.2011

ive tried it!