Error STAY WITHIN THE WORLD BOUNDRIES :| ..
#1

Hi everyone.
I put a gamemode on the server and when I go on it says this:
I do not know what to do or where to go to fix.
Reply
#2

Put an AddPlayerClass in OnGameModeInit
Reply
#3

Quote:
Originally Posted by -Prodigy-
Посмотреть сообщение
Put an AddPlayerClass in OnGameModeInit
Give me the script please 3
Reply
#4

Quote:
Originally Posted by radiobizza
Посмотреть сообщение
Give me the script please 3
****** it: samp AddPlayerClass

and add one of the lines into OnGameModeInit. It's not that hard!
Reply
#5

Is good this ?
AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
Reply
#6

Yes.

Make sure it's inside OnGameModeInit callback like the example is shown in the WIKI.
Reply
#7

Everything shows me.
I put this:
PHP код:
public OnGameModeInit()
{
    
AddPlayerClass(01958.331343.1215.36269.1526362815000);
    
SetTimer("Counter",1000,1);
    ... 
Reply
#8

I make good?
PHP код:
public OnGameModeInit()
{
    
AddPlayerClass(01958.331343.1215.36269.1526362815000);
    
SetTimer("Counter",1000,1);
    ... 
Reply
#9

I found something..
On OnGameModeInit()
PHP код:
    for(new 0<= sizeof(Peds)-1i++)
    {
        
AddPlayerClass(23,2494.6816,-1671.1151,-7.5721,271.3298,-1,-1,-1,-1,-1,-1);
    } 
Reply
#10

Just put a blank AddPlayerClass with 0 as the parameters if you already have the rest of your spawning system worked out. At least 1 class is required or SA-MP will do that weird thing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)