Search Results
How Can I change that only RconAdmin can use that cmd?
544
Can you give me any coordinates where I can set my spawn on that island? Its pretty hard. Thanks
1,548
It worked... But how can i make it work with strcmp. public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/robfromplayer", cmdtext, true, 10) == 0) { { new otherplayer; if(sscanf(cmd...
192
Quote: Originally Posted by Cxnnor pawn Код: GivePlayerMoney(playerid, 1200);GivePlayerMoney(targetid, -1200); With what I should have to change that targetid? error 017: undefined...
192
Thanks it worked! but how can I give now 1200$ to robber and remove 1200$ from that who has been robbed?
192
error 017: undefined symbol "otherplayer" error 001: expected token: ")", but found "{" _____________________ GetPlayerPos(otherplayer,x,y,z); Should I change otherplayer with 1? or -1? ___________...
192
Is there any possibilities to make that function IsPlayerInRangeOfPlayer. I want to make CMD:robfromplayer(playerid,params[]) And now, if player is in range of other player, then he can rob him, if he...
192
Thanks very much. It worked!
85
Hello! How to get rid of that table where are. << >> SPAWN. I dont want that there. THANKS!
85
Are you using ZCMD or strcmp?
139
if(IsPlayerInRangeOfPoint(playerid, 7.0, -29.1218,-185.1289,1003.5469)) Like... 7.0 makes the distance. X - -29.1218 Y - -185.1289 Z - -185.1289,1003.5469 You can change 7.0 as much as you want.
139
Can you give me these 2 lines, on what are these errors.
83
1) Its Estonian 2) No errors, but it wont work in game.
85
PHP код: }         }         case 10:         {             switch(listitem)             {                 case 0: // Asjad Â...
85
I'm going to add this to my RolePlay server. Better to ban hackers when they log out before antiban starts to smash I added : PHP код: new Hour, Minute, Second; gettime(Hour, Minute, Sec...
110
PHP код: new string[128]; new playername[MAX_PLAYER_NAME]; GetPlayerName(playerid, playername, sizeof(playername)); format(string,sizeof(string),"%s Has left the server.", playername);...
110
Quote: Originally Posted by Jari_Johnson* It means you defined new str[30]; already.. try this: pawn Код: //public OnPlayerSpawnnew name[25];GetPlayerName(playerid,name,25);new str[30]...
157
(390) : error 021: symbol already defined: "str" (392) : error 021: symbol already defined: "str" (394) : error 021: symbol already defined: "str" (396) : error 021: symbol already defined: "str" (40 ...
157
Jes... {FFFFFF} - You use this in SendClientMessage(playerid,0xADD8E6FF, "You are {FFFFFF}EPIC!"); 0xFFFFFFAA - You use this in SendClientMessage(playerid,0xFFFFFFAA, "You are EPIC!"); ----- Hope you ...
149