|
|
#1 |
|
Big Clucker
![]() ![]() Join Date: Jul 2010
Posts: 87
Reputation: 0
|
im trying to build a command to work for crtain players this is whati got but it works for everyone
if(strcmp(cmd, "/gir", true) == 0) { if(strcmp(PlayerName(playerid), "Anna_Cortez", true) != 0) { new Float , Float:y, Float:z;GetPlayerPos(playerid, x, y, z); SetVehiclePos(xxannajpxx, x, y, z+2); } else SendClientMessage(playerid, LIGHTBLUE, "You are not a high enough Admin!"); return 1; } |
|
|
|
|
#2 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Mar 2009
Location: Cloud 9
Posts: 2,295
Reputation: 223
|
use
pawn Code:
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Command for near Player | HardstylerNiko | Help Archive | 3 | 05/09/2010 10:08 AM |
| Player to Player /sendcash command?? | sheepondrugs | Help Archive | 4 | 17/08/2010 05:19 PM |
| I want to know that if I want to make a command that when a player trying to ge | uplovethai | Help Archive | 2 | 02/02/2010 12:36 PM |
| [HELP]Player can not go out vehicle command | breakpaper | Help Archive | 0 | 20/12/2009 09:25 AM |