SA-MP Forums Archive
An errors - 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: An errors (/showthread.php?tid=409089)



An errors - Stanford - 20.01.2013

Here are the errors:

Код:
C:\Users\TSC\Desktop\NGRP edits\USRP4.pwn(20135) : error 029: invalid expression, assumed zero
C:\Users\TSC\Desktop\NGRP edits\USRP4.pwn(20135) : error 017: undefined symbol "cmd_prepare"
C:\Users\TSC\Desktop\NGRP edits\USRP4.pwn(20135) : error 029: invalid expression, assumed zero
C:\Users\TSC\Desktop\NGRP edits\USRP4.pwn(20135) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Here are the lines:

thats the line:

Код:
20.130.new PlayerDJ[MAX_PLAYERS][DJ];
20.131.new PartyPrepared;
20.132.new Float:partyX, Float:partyY, Float:partyZ;
20.133.new PplJoinParty;
20134. new PartyOn;
20135.CMD:prepare(playerid, params[])
20136.{



Re: An errors - SilverKiller - 20.01.2013

Get ZCMD


Re: An errors - Stanford - 20.01.2013

I have it lol


Re: An errors - InfiniTy. - 20.01.2013

Quote:
Originally Posted by Edmund_Kavel
Посмотреть сообщение
I have it lol
Did you included it ?
pawn Код:
#include <zcmd>
?