Help With Finding Coordinatyes on maps
Hi i'm very bad at this and so if some1 could help me learn that would be cool. I would like the things in here-
http://www.mpgh.net/forum/279-call-d...ates-maps.html
added to this-
Code:
onPlayerSpawned()
{
self endon("disconnect");
for(;;)
{
self waittill("spawned_player");
self thread doSpawn();
}
}
I dont want it replaced just added to it. Thx!
replace it and add self thread doSpawn(); ......