solved XD
#8

Quote:
Originally Posted by gigi1223
but same error
There is a edit button .

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
switch(GetPlayerCheckpoint(playerid))
{
  case 0:
  {
    SetPlayerPos(playerid,281.1523,2527.4270,16.8029);
    SetPlayerHealth(playerid, 100);
    SetPlayerArmour(playerid, 100);
    GivePlayerWeapon(playerid, 38, 100);
    GivePlayerWeapon(playerid, 41, 9999);
    GivePlayerWeapon(playerid, 32, 9999);
    PlayerPlaySound(playerid, 1132,0.0,0.0,0.0);
    new name[MAX_PLAYER_NAME+1];
    new String[256];   
    GetPlayerName(playerid, name, sizeof(name));
            format(String, sizeof(String), "%s и RIUSCITO A PRENDERE IL PUNTO ROSSO RICEVENDO OGGETTI SPECIALI !!!!", name);    SendClientMessageToAll(COLOR_RED, String);
            SendClientMessage(playerid,COLOR_RED, "PUOI TRANQUILLAMENTE TELEPORTARTI IN UN ALTRO POSTO A DIVERTIRTI CON LE TUE NUOVE ARMI (/teles)");
    }
    case 1:
    {
      new name[MAX_PLAYER_NAME+1];
      new String[256]
      GetPlayerName(playerid, name, sizeof(name));
      format(String, sizeof(String), "%s ha preso i minigun nell' hangar (admin se lo vedete non и cheater :P)", name);  SendClientMessageToAll(COLOR_RED, String);
      GivePlayerWeapon(playerid,38,200);
      SetPlayerPos(playerid,281.1523,2527.4270,16.8029);
    }
    case 2:
    {  
       if (IsPlayerInAnyVehicle(playerid))
       {
         new name[128];
         new string[256];
         GetPlayerName(playerid,name,128);
         format(string, sizeof(string), "%s ha usato la porta magica a /stunt per provare lo stunt al mare (sono in makkina )",name);
         SendClientMessageToAll(0xFF66FFAA, string);
         SetVehiclePos(GetPlayerVehicleID(playerid),886.4269,-2905.6716,18.3067);
       }
    }
  }
  return 1;
}
Reply


Messages In This Thread
solved XD - by iJumbo - 22.12.2009, 11:53
Re: HELP ME PLZ how to fix it? - by [HiC]TheKiller - 22.12.2009, 12:00
Re: HELP ME PLZ how to fix it? - by iJumbo - 22.12.2009, 12:01
Re: HELP ME PLZ how to fix it? - by [HiC]TheKiller - 22.12.2009, 12:03
Re: HELP ME PLZ how to fix it? - by iJumbo - 22.12.2009, 12:04
Re: HELP ME PLZ how to fix it? - by iJumbo - 22.12.2009, 12:05
Re: HELP ME PLZ how to fix it? - by iJumbo - 22.12.2009, 12:06
Re: HELP ME PLZ how to fix it? - by [HiC]TheKiller - 22.12.2009, 12:10
Re: HELP ME PLZ how to fix it? - by iJumbo - 22.12.2009, 12:10

Forum Jump:


Users browsing this thread: 1 Guest(s)