[Tutorial] How to make a simple /spec command (Zcmd)
#6

When adding this line

pawn Code:
new Float:bx,Float:by:,Float:bz;//Position variables X Y Z and Rotation (Angle);
You will get this error
pawn Code:
error 020: invalid symbol name "by"
Here is the fix

pawn Code:
new Float:bx,Float:by,Float:bz;//Position variables X Y Z and Rotation (Angle);
You added a ":" next to "by"

Nice and it looks really good, good tutorial Tee.
Reply


Messages In This Thread
How to make a simple /spec command (Zcmd) - by Tee - 20.02.2011, 07:15
Re: How to make a simple /spec command (Zcmd) - by thimo - 20.02.2011, 07:21
Re: How to make a simple /spec command (Zcmd) - by Tee - 20.02.2011, 07:24
Re: How to make a simple /spec command (Zcmd) - by rubygta - 20.02.2011, 07:27
Re: How to make a simple /spec command (Zcmd) - by alpha500delta - 20.02.2011, 08:59
Re: How to make a simple /spec command (Zcmd) - by xir - 04.03.2011, 14:47
Re: How to make a simple /spec command (Zcmd) - by alpha500delta - 04.03.2011, 15:44
Re: How to make a simple /spec command (Zcmd) - by Tee - 09.03.2011, 02:01

Forum Jump:


Users browsing this thread: 2 Guest(s)