2 things.
#1

1. Whats the callback to set server time? Its annoying i cant find it even thought i knew it at one time.

2. How do i make a /infernus command that spawns a infernus?
Reply
#2

SetWorldTime - https://sampwiki.blast.hk/wiki/SetWorldTime

pawn Код:
command(carcommand,playerid,params[])
{
         new Float:x,Float:y,Float:z;
         GetPlayerPos(playerid, x,y,z);
     new VehID = CreateVehicle(infurnusid,x,y,z,0,0,0,1);
     PutPlayerInVehicle(playerid, VehID,0);
         return 1;
}
Hey whatcha
Reply
#3

Hey hey hey. Wow, when you stop scripting for a week you forget alot. O.o I was a mini (MINI!) pro at this. xD
Reply
#4

wtf is a mini (MINI!) pro? lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)