22.01.2010, 00:18
can some one tell me how to make a entrance point only work for a faction for a HQ thanks
Originally Posted by 02manchestera
well more a pickup to a intrior bu tht should work shouldnt it
|
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!"); }