30.09.2015, 18:37
You need to add callbacks to your script.
Add them like this:
public OnPlayerConnect(playerid)
{
return 1;
}
You can find a list of all the callbacks in SA:MP here :
https://sampwiki.blast.hk/wiki/Category...ting_Callbacks
Note: If you already have one present, don't add it again. Once is enough.
Add them like this:
public OnPlayerConnect(playerid)
{
return 1;
}
You can find a list of all the callbacks in SA:MP here :
https://sampwiki.blast.hk/wiki/Category...ting_Callbacks
Note: If you already have one present, don't add it again. Once is enough.