#1

How do I remove the GF mode to spawn with a Baseball Bat and change the skin?
Reply
#2

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
Reply
#3

i cant find
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)