• Welcome to Vice City Multiplayer.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Ekril

#1
mIRC/pawn Scripting / Gups 1.16a Script spawn vehicle
January 23, 2011, 03:12:27 PM
I need a script to spawn a car for Gups 1.16a
I've tried myself to make a script but it doesn't work

   else if (strcmp(cmd, "!getcar", true) == 0) {
{
         new
   Float:Angle;
         GetPlayerPos(playerid, x, y, z);
   GetPlayerFacingAngle(playerid,Angle);
         
   CreateVehicle(155, Float:-10, Float:-10, Float:-10, Float:0, 86, 44, 10);
   SetVehiclePos(strval(tmp),x+3,y+3,z,Angle);
         format(szMsg,sizeof(szMsg),"Spawning vehicle:[ %d ]",strval(tmp));
         SendClientMessage(playerid,COLOR_GREEN,szMsg);
      }
#2
Hey guys how can i add my server to the internet list?