24.02.2013, 17:14
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
AddStaticVehicle(411, 2077.6763, -1765.8000, 13.2826, 271.0231,6,125); // speedcam2
AddStaticVehicle(411, 2077.6763, -1780.8000, 13.2826, 271.0231,6,125); // speedcam2
CreateObject(18880, 1834.3489, -1745.7751, 12.2740, 0, 0, 0);
CreateObject(18880, 2077.6763, -1759.6351, 12.2826, 0, 0, 0);
Create3DTextLabel("FUCKYOU", -1, 2082.8665,-1761.2871,13.5625, 10, -1);
print("aADDDF>EF>SE");
return 1;
}
Why the ***************************************** does this txtlabel not get ADDED?
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
AddStaticVehicle(411, 2077.6763, -1765.8000, 13.2826, 271.0231,6,125); // speedcam2
AddStaticVehicle(411, 2077.6763, -1780.8000, 13.2826, 271.0231,6,125); // speedcam2
CreateObject(18880, 1834.3489, -1745.7751, 12.2740, 0, 0, 0);
CreateObject(18880, 2077.6763, -1759.6351, 12.2826, 0, 0, 0);
Create3DTextLabel("FUCKYOU", -1, 2082.8665,-1761.2871,13.5625, 10, -1);
print("aADDDF>EF>SE");
return 1;
}
Why the ***************************************** does this txtlabel not get ADDED?