SA-MP Forums Archive
[Tutorial] Making an easy /pay [playerid/name] [amount] system - 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: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Making an easy /pay [playerid/name] [amount] system (/showthread.php?tid=282599)

Pages: 1 2


Re: Making an easy /pay [playerid/name] [amount] system - knackworst - 20.11.2011

Are you sure you have defined dcmd at the top of your script?


Re: Making an easy /pay [playerid/name] [amount] system - stylerof619 - 20.11.2011

Quote:
Originally Posted by knackworst
View Post
Are you sure you have defined dcmd at the top of your script?
yes


Re: Making an easy /pay [playerid/name] [amount] system - .:Kaos:. - 20.11.2011

The reason you are getting a error with ssscanf is, (well from what I understand/was told) in 0.3d they changed some memory adresses. So we have to wait for 0.3d to come out and Y_Less to update, or he might be able to update it before the final release(I think JernejL mentioned a way to do it without waiting for the final release in Y_Less' thread).

Edit: https://sampforum.blast.hk/showthread.php?tid=282902


Re: Making an easy /pay [playerid/name] [amount] system - stylerof619 - 20.11.2011

Quote:
Originally Posted by .:Kaos:.
View Post
The reason you are getting a error with ssscanf is, (well from what I understand/was told) in 0.3d they changed some memory adresses. So we have to wait for 0.3d to come out and Y_Less to update, or he might be able to update it before the final release(I think JernejL mentioned a way to do it without waiting for the final release in Y_Less' thread).

Edit: https://sampforum.blast.hk/showthread.php?tid=282902
ok thx