29.05.2013, 03:01
(
Последний раз редактировалось OpticKiller; 03.06.2013 в 10:11.
)
Hello guys
i seen alot of guys wanted to have this taken me abit of time to do due to finding the building ids on txdworkshop etc. but anyways am using this myself on my sever and i would like to share it. so here you go hope you like it
Please Comment on what you think.
all you have to do is copy and put it under public OnGameModeInit
OnPlayerConnect you must have streamer as well
i seen alot of guys wanted to have this taken me abit of time to do due to finding the building ids on txdworkshop etc. but anyways am using this myself on my sever and i would like to share it. so here you go hope you like it
Please Comment on what you think.
all you have to do is copy and put it under public OnGameModeInit
Код:
new lspdobject = CreateDynamicObject(3976, 1571.64661, -1675.73230, 35.56850, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(lspdobject, 1, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 3, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 2, 5708, "hospital_lawn","hosp01_law", 0); SetDynamicObjectMaterial(lspdobject, 12, 5708, "hospital_lawn","hosp01_law", 0); SetDynamicObjectMaterial(lspdobject, 8, 5708, "hospital_lawn","hhosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 7, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 6, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 5, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 4, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 13, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 10, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 9, 5708, "hospital_lawn","hosp03b_law", 0); SetDynamicObjectMaterial(lspdobject, 14, 5708, "hospital_lawn","hosp03b_law", 0); new lspdobject1 = CreateDynamicObject(19375, 1558.51501, -1675.02527, 46.16256, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(lspdobject1, 0, 5708,"hospital_lawn","hosp01_law", 0); new lspdobject2 = CreateDynamicObject(19375, 1571.51587, -1677.01941, 46.16256, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(lspdobject2, 0, 5708, "hospital_lawn","hosp01_law", 0); new lspdobject3 = CreateDynamicObject(19375, 1558.51501, -1675.02527, 35.72773, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(lspdobject3, 0, 5708, "hospital_lawn","hosp01_law", 0); new lspdobject4 = CreateDynamicObject(19375, 1558.51501, -1675.02527, 25.28357, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(lspdobject4, 0, 5708, "hospital_lawn","hosp01_law", 0); new lspdobject5 = CreateDynamicObject(19375, 1571.51587, -1677.01941, 35.62878, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(lspdobject5, 0, 5708, "hospital_lawn","hosp01_law", 0); new lspdobject6 = CreateDynamicObject(19375, 1571.51587, -1677.01941, 25.17185, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(lspdobject6, 0, 5708, "hospital_lawn","hosp01_law", 0);
OnPlayerConnect you must have streamer as well
Код:
RemoveBuildingForPlayer(playerid, 4064, 1571.6016, -1675.7500, 35.6797, 0.25); RemoveBuildingForPlayer(playerid, 3976, 1571.6016, -1675.7500, 35.6797, 0.25);