ERROR: STARTEVENT - 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: ERROR: STARTEVENT (
/showthread.php?tid=612516)
ERROR: STARTEVENT -
Loinal - 18.07.2016
PHP код:
error 017: undefined symbol "StartYourEvent"
line:
help
Re: ERROR: STARTEVENT - Quinncell - 18.07.2016
it needs to be
PHP код:
new StartYourEvent;
Re: ERROR: STARTEVENT -
Loinal - 18.07.2016
i need to give player weapons and every thing he need in event
how i do
Re: ERROR: STARTEVENT - Quinncell - 18.07.2016
You need to be more specific..First, what kind of an event?Secondly, what does the player need in that event?
Re: ERROR: STARTEVENT -
Loinal - 18.07.2016
1- dm event 2- Weapons and armour and health
Re: ERROR: STARTEVENT - Quinncell - 18.07.2016
Code please?
Re: ERROR: STARTEVENT -
Loinal - 18.07.2016
i just typed StartYourEvent; and i need a function or a stock to give to all the players in the event the weapons
Re: ERROR: STARTEVENT - Quinncell - 18.07.2016
Well search for some DM event filter scripts or tutorials.Making an even is not quite easy as it seems.Giving the player a weapon and setting there position to whatever you'd like isn't even the half of it.Do you want players to freely join the event by typing a command or ?And that StartYourEvent is totally useless in this case.You need to define a few things.I advise you to look up some tutorials on it first.
Re: ERROR: STARTEVENT -
Loinal - 18.07.2016
i just need add weapons
Re: ERROR: STARTEVENT -
GangstaSunny - 19.07.2016
GivePlayerWeapon(playerid, weaponid, ammu);