22.01.2010, 01:35
Quote:
Originally Posted by 02manchestera
well more a pickup to a intrior bu tht should work shouldnt it
|
This is what I use.
Код:
if (pickupid == grovep && gTeam[playerid] == TEAM_GROVE) { SetPlayerCheckpoint(playerid,-30.9233,-1128.3617,1.0781,3); SendClientMessage(playerid, COLOR_LIGHTBLUE, "GO GO GO"); } else { SendClientMessage(playerid, COLOR_LIGHTBLUE, "Your on the wrong team!"); }