Does SpawnPlayer calls OnPlayerSpawn?
#1

Does it?
Reply
#2

https://sampwiki.blast.hk/wiki/OnPlayerSpawn
Quote:

This callback is called when a player spawns.(i.e. after caling SpawnPlayer function)

Reply
#3

You can use something like this:

PHP код:
public OnPlayerConnect(playerid)
{
    
SpawnPlayer(playerid);

Reply
#4

Why can't you just test it? It's not exactly difficult..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)