SA-MP Forums Archive
[HELP] can't compile the script - 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] can't compile the script (/showthread.php?tid=285110)



[HELP] can't compile the script - arafa001 - 22.09.2011

Every Time I Try To Edit The script it said successful compile but no effect on server ,,, i was trying to edit the GM to disable the hydra

Код:
if(listitem == 5) // Hydra
			{
				if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,0xF60000AA, "You Can Not Spawn This Vehicle!");
				else
				CreateVehicleEx(playerid,520, X,Y,Z+1, Angle, random(126), random(126), -1);
			}
and other commands too ,,

plz some one tell me how to full compile !!!



Re: [HELP] can't compile the script - Issam - 22.09.2011

What does it says when you do it.. I Don't get what you need,i understand that you wanna delete the hydra.
Did you try /rcon gmx, it needs a RESTART so it can work.


Re: [HELP] can't compile the script - arafa001 - 22.09.2011

iwill try it .,,. back in 1 mint


Re: [HELP] can't compile the script - IstuntmanI - 22.09.2011

Did you compiled the script ? ( Press F5 in Script.pwn )


Re: [HELP] can't compile the script - arafa001 - 22.09.2011

i was trying to edit alot of commands in gamemode and filescripts ... but i see no effect on game


Re: [HELP] can't compile the script - arafa001 - 22.09.2011

get that massage when compile " Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase " so the compile has no errors then why i don't see changes in game ?


Re: [HELP] can't compile the script - Kingunit - 22.09.2011

Show us some more examples. And learn how to create a thread man. Jesus, making the text purple and making the size 100 won't solve your problem. We cannot see if you are scripting right. We are not mind readers.


Re: [HELP] can't compile the script - Issam - 22.09.2011

Quote:
Originally Posted by arafa001
Посмотреть сообщение
i was trying to edit alot of commands in gamemode and filescripts ... but i see no effect on game
Your RCON Password
Use
/RCON LOGIN YourPassword
/RCON GMX


Re: [HELP] can't compile the script - arafa001 - 22.09.2011

Quote:
Originally Posted by Kingunit
Посмотреть сообщение
Show us some more examples. And learn how to create a thread man. Jesus, making the text purple and making the size 100 won't solve your problem. We cannot see if you are scripting right. We are not mind readers.
sorry for that .. but the script is right

Quote:
Originally Posted by Issam
Посмотреть сообщение
Your RCON Password
Use
/RCON LOGIN YourPassword
/RCON GMX
... and i have restarted the server several times
after i edit the script at pawno i compile it then restart the server .. but no changes made at server .,,, it is XtreamGame https://sampforum.blast.hk/showthread.php?tid=243635 at that post