[HELP]How can i make a 24-7 /buy showplayerdialog?
#3

pawn Код:
C:\DOCUME~1\Imr@n\Desktop\SA-MPS~1\FILTER~1\club.pwn(219) : error 004: function "PlayerToPoint" is not implemented
you havent PlayerToPoint in your script so i suggest to use IsPlayerInRangeOfPoint
pawn Код:
C:\DOCUME~1\Imr@n\Desktop\SA-MPS~1\FILTER~1\club.pwn(231) : warning 217: loose indentation
your script isnt in sequence so thats why its giving you this bug. Arrange your line with others or just put
Код:
#pragma tabsize 0
Код:
C:\DOCUME~1\Imr@n\Desktop\SA-MPS~1\FILTER~1\club.pwn(231) : error 017: undefined symbol "cmd"
Код:
new cmd[256];
Код:
C:\DOCUME~1\Imr@n\Desktop\SA-MPS~1\FILTER~1\club.pwn(237) : error 001: expected token: ";", but found ")"
you missed ; on line no 237,after )


Fixing that all will fix your other bugs.
Reply


Messages In This Thread
[HELP]How can i make a 24-7 /buy showplayerdialog? - by GanGXt3r_Ali - 13.03.2010, 08:30
Re: [HELP]How can i make a 24-7 /buy showplayerdialog? - by Fre$hKidd - 13.03.2010, 08:56
Re: [HELP]How can i make a 24-7 /buy showplayerdialog? - by Deat_Itself - 13.03.2010, 10:47

Forum Jump:


Users browsing this thread: 2 Guest(s)