20.01.2010, 19:28
How would i make it so that a object would spawn when the player spawns if its possible?
I imagined it somthing like this but thats incorrect;
so yh is there any way to make an object spawn when a player spawns?
I imagined it somthing like this but thats incorrect;
Code:
public OnPlayerSpawn(playerid)
{
Createobi (0,0,0,0,0,0);
return 1;
}
Quote:
|
createobi allready defined in the script |

