AddStaticVehicleEx
#1

what can i do when symbol already defined: "AddStaticVehicleEx"?
Reply
#2

Dude be sure you have AddStaticVehicleEx inside OnGameModeInit/OnFSInit

example:
Код:
public OnGameModeInit()
{
    AddStaticVehicleEx(428,-2644.09960938,1351.29980469,7.40000010,91.99951172,-1,-1,15);
    return 1;
}
Reply
#3

AddStaticVehicleEx adds a vehicle , but unlike AddStaticVehicle it contains a respawn delay . and it can only be used in OnGameModeInit and OnFilterScriptInit . unlike CreateVehicle .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)