ask - 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: ask (
/showthread.php?tid=289895)
ask -
antonio600x - 13.10.2011
How do I remove the GF mode to spawn with a Baseball Bat and change the skin?
Re: ask -
Tom1412 - 13.10.2011
It would be on gamemode init
If they is lines E.g: AddPlayerClass(1, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
Then that is what you have to change/edit.
For more help use
This
Re: ask -
antonio600x - 13.10.2011
i cant find
Re: ask - Max_Coldheart - 13.10.2011
pawn Код:
public OnGameModeInit()
{
AddPlayerClass(1, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0); // Replace something like this to the one you want.
return 1;
}
Just an example