Szerző Téma: Autó szkript hiba  (Megtekintve 364 alkalommal)

Nem elérhető doboka98

  • 1002
    • Profil megtekintése
Autó szkript hiba
« Dátum: 2012. Április 02. - 21:57:42 »
0 Show voters
[pawn]    new Float: x, Float:y, Float:z, Float:a;
if(strcmp(cmd, \"/getcar\",true) == 0)
{
    if (Admin(playerid,1) || Playerinfo[playerid] [pHelper] >= 1)
   {
      GetPlayerPos(playerid,x,y,z);
       GetPlayerFacingAngle(playerid,a);
       CreateVehicle(522,x+1,y+1,z,a,1,1,10000);
   }
   else
   {
       SendClientMessage(playerid, -1, \"Nem vagy Admin!\");
   }
   return 1;
}[/pawn]
Mi a gond?

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal