Small question about a Timer...
#1

Alright, I am going to admit, i am not the most experienced in scripting. What my question is, is this:

How would you link the SAMP Time of day to the set world time, ie. it is 12:00 PM, and it links it to night time, opposed to dusk.

Another question would be for the teleport menu to link your car with you to teleport you and your car to the set location.(answered)

Another small question: How do I make it so that admin spawned cars don't respawn when exploded?

Any feedback would be appreciated.
Reply
#2

ok if you already know how to do menus then you would do under the selected case you would put
pawn Код:
case: -case number-
{
if(IsPlayerInVehicle(playerid,GetPlayerVehicleID(playerid)))
{
SetVehiclePos(GetPlayerVehicleID(playerid),x,y,z);
}
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)