Pawn compile errors
#7

pawn Код:
#include <a_samp>
#include <zcmd>

{
new mypickup;
//
mypickup = CreatePickup(1210,2, -somenumbers, -somenumbers, somenumbers, -1);
}
return 1

;
}

public OnPlayerPickUpPickup(playerid, 1210)
{
    if(pickupid == mypickup)
    {
    SendClientMessage(playerid, COLOR_GREEN, "text");
    SetPlayerCheckpoint(playerid, somenumbers,somenumbers,somenumbers, 3.0);
    }
if (IsPlayerInCheckpoint(playerid))
{
  GivePlayerMoney(playerid, 100.0);
}
{
    SendClientMessage(playerid, COLOR_GREEN, "text");
    return 1;
}
return 1;
}
Reply


Messages In This Thread
Pawn compile errors - by selmas - 25.07.2013, 08:45
Re: Pawn compile errors - by JimmyCh - 25.07.2013, 08:47
Re: Pawn compile errors - by selmas - 25.07.2013, 09:03
Re: Pawn compile errors - by JimmyCh - 25.07.2013, 09:04
Re: Pawn compile errors - by _Khaled_ - 25.07.2013, 09:04
Re: Pawn compile errors - by _Khaled_ - 25.07.2013, 09:06
Re: Pawn compile errors - by selmas - 25.07.2013, 09:11
Re: Pawn compile errors - by Vanter - 25.07.2013, 09:27
Re: Pawn compile errors - by selmas - 25.07.2013, 11:28
Re: Pawn compile errors - by ScRipTeRi - 25.07.2013, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)