Search Results
PHP код: ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Rules", "Don't use any hack\nPlease dont spam in the chat\n Are you agree with yhe rules", "Yes", "No"); 
175
Quote: Originally Posted by Eric Do you want the rules to show before or after they log in? Before they login
175
How i can make when any player connect first to show him the dialog with with rules. This is my on player connect: PHP код: public OnPlayerConnect(playerid) {     new string[MAX_PLAYER_...
175
C:\Users\user\Desktop\1.pwn(136) : error 017: undefined symbol "GetXYInFrontOfPlayer" Line 136: GetXYInFrontOfPlayer(playerid, AtmInfo[id][atmX], AtmInfo[id][atmY], 2.0);
59
PHP код:     if(strcmp(cmdtext, "/tune", true) == 0) {     if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438))         new playerstate = GetPla...
82
yes but i wont when i press SCROLL to SetPlayerPos(playerid, 1723.0146,-1878.4855,13.5646); SetPlayerFacingAngle(playerid, 359.2945);
127
PHP код: new PickupTest;  public OnGameModeInIt()  { PickupTest = CreatePickup(1239, 23, 2044.2612,-1487.2828,10.8281, -1);  return 1;     } public OnPlayerPickUpPickup(playerid...
127
again error 030: compound statement not closed at the end of file (started at line 481)
127
but when i make it on public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) i have this error error : error 030: compound statement not closed at the end of file (started at line 481) PHP ко...
127
How i can create pickup and when i go to the pickup and press SCROLL ( KEY_LOOK_BEHIND) to setplayerpos somewhere
127
How i can use new 0.3e objects like MTA or can you give me MTA with 0.3e objects
56
Can someone give a link to download 0.3d for linux (announce,samp-npc......)
92
My pawno is giving 26 errors PHP код: if (strcmp(cmdtext, "/lock", true)==0)     {     if(PlayerInfo[playerid][pDonateRank] >= 2)     {     print("Car locked");   Â...
80
How i can make command /findplayer i wont this command when someone make write /findplayer and id to set a checkpoint the man who i am looking PHP код: if (strcmp("/mycommand", cmdtext, ...
90
What is wrong because my pawno is crashing PHP код: if(strcmp(cmd, "/penis",true)==0)     {      if(IsPlayerInRangeOfPoint(playerid, 7.0, -105.6702,-11.2050,1000.7188))      ...
69
How i can make this two functions in one' First PHP код: public OnPlayerStateChange(playerid, newstate, oldstate)     {     new msg[255];     if     (newstate==PLAYER_STAT...
103
i have this two errors C:\Users\user\Desktop\license.pwn(70) : error 002: only a single statement (or expression) can follow each "case" C:\Users\user\Desktop\license.pwn(70) : warning 215: expression...
131