using mReg Filterscript and need spawn help. (not filterscript related.)
#5

Code:
public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("EC-Gaming SAMP");
	DisableInteriorEnterExits();
 	AddPlayerClass(0,1340.7422,-621.9026,109.1349,82.2364,0,0,0,0,0,0); //
    return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
    SpawnPlayer(playerid);
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)