22.04.2015, 15:41
PHP код:
LoadCustomMaps()
{
new tmpobject;
tmpobject = CreateDynamicObject(...);
SetObjectMaterial(tmpobject....);
//all the rest of the map((Here's where I add my code
SetGameModeText("Texture Studio");
ShowPlayerMarkers(1);
ShowNameTags(1);
AllowAdminTeleport(1);
UsePlayerPedAnims();
AddPlayerClass(265,1958.3783,1343.1572,15.3746,270.1425,0,0,0,0,-1,-1);
return 1;
}