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



help - IceWizz - 18.03.2017

hello guys i making job creator ig i get one error i cant solve help
Код:
	fwrite(log, "SCM(Seller[playerid],-1,\"Igrac je prihvatio ponudu\");\r\nSCM(playerid,-1,\"You are accept offer\");\r\n");
errors
Код:
400) : error 001: expected token: ";", but found "-identifier-"



Re: help - LazzyBoy - 18.03.2017

Код:
fwrite(log, "SCM(Seller[playerid],-1,\"Igrac je prihvatio ponudu\")\r\nSCM(playerid,-1,\"You are accept offer\")\r\n");
Try this one.


Re: help - IceWizz - 18.03.2017

dont work


Re: help - IceWizz - 18.03.2017

BUMP