Quote:
Originally Posted by Azula
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;
}
|
still the same error? I think it propably has to do with includes. Is there anyway to make a filterscript map? I guess it would be way more easier or if just fix this on gamemode.
Pottus:Could you help me with that? It's almost 1 year and a half I've not met pawno.