SA-MP Forums Archive
Help Me Quickly!!!Fast!!! - 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 Me Quickly!!!Fast!!! (/showthread.php?tid=274341)



Help Me Quickly!!!Fast!!! - RandomDude - 05.08.2011

Quote:

C:\Users\Hamza Ali\Desktop\Phone System.pwn(15 : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Quote:

SendClientMessage(playerid,RED,"You Have Recived A Red Phone");

LINE 158
HELPP


Re: Help Me Quickly!!!Fast!!! - iMonk3y - 05.08.2011

Nothing wrong on that line.


Re: Help Me Quickly!!!Fast!!! - RandomDude - 05.08.2011

then why the errors?


Re: Help Me Quickly!!!Fast!!! - sleepysnowflake - 05.08.2011

Change RED to 0xCCEEFF or something.


Re: Help Me Quickly!!!Fast!!! - RandomDude - 05.08.2011

Still The Same!


Re: Help Me Quickly!!!Fast!!! - Michael@Belgium - 05.08.2011

Show the line above ?!


Re: Help Me Quickly!!!Fast!!! - iMonk3y - 05.08.2011

Check the previous line, if there's ; missing from the end...


Re: Help Me Quickly!!!Fast!!! - RandomDude - 05.08.2011

line above
Quote:

SetPlayerAttachedObject( playerid, 0, 18870, 6, 0.000000, 0.000000, 0.000000, 120.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 )

nothin missiing


Re: Help Me Quickly!!!Fast!!! - Michael@Belgium - 05.08.2011

Yes ... the ';'
pawn Код:
SetPlayerAttachedObject( playerid, 0, 18870, 6, 0.000000, 0.000000, 0.000000, 120.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );



Re: Help Me Quickly!!!Fast!!! - RandomDude - 05.08.2011

ops thnxxx!!!!