Search Results
Quote:
new username [24] , new string [1024];
GetPlayerName(playerid, username, sizeof(username));
format(string, sizeof(string), "This account is already registered, please type your pa...
56
Quote:
new username[MAX_PLAYER_NAME], usernamemessage[23 + MAX_PLAYER_NAME];
GetPlayerName(playerid, username, sizeof(username));
format(usernamemessage, sizeof(usernamemessage), ""COL_W...
56
I need three lines in one dialog including the string
Can there be multiple strings like I want something like this
Caption : Login
Message : The account is already registered
Us...
56
Код:
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid,DIALOG_LOGIN, DIALOG_STYLE_PASSWORD,""CO...
56
Is there anyway to sync my NPC timing so they all move at the same time
~Bump
35
i saw a server where there movements were recorded(admins) and they made successful npc convoy,How do i manage this ?
35
Hi there.
I am trying to make A npc Convoy.
How can i do this ?
How can i record all players movements in my server ? some cmd ?
35
it was a variable in script that was causing other then the first capzone to be captured twice
*fixed
29
BUG happens for This SUPPLY DEPO CHECKPOINT so it can be captured again even if it was captured.The First Post Checkpoint works fine.
pawn Код:
//===========================OnPlayerEnterDynamicCP=...
29
Quote:
Originally Posted by Riddick94
Wtf?
This line (816):
pawn Код:
if((tCP[SUPPLYDEPO] == TEAM_RANGERS && gTeam[playerid] == TEAM_RANGERS))
Change to:
pawn Код:
if(tCP...
48
This didnt work
even if i am other team it picks the weapon even if area is not captured
pawn Код:
if(pickupid == heatseekersupplydepo) { if((tCP[SUPPLYDEPO] == TEAM_RANGERS && gTeam[p...
48
someone please help me with this all i am trying is that if the zone is captured by the team members of that team can pick up the pickups
48
After i applied your code
pawn Код:
if(pickupid == heatseekersupplydepo) { if((tCP[SUPPLYDEPO] = TEAM_RANGERS && gTeam[playerid] = TEAM_RANGERS))//Line 816 { ...
48
pawn Код:
if(pickupid == heatseekersupplydepo)//Heatseeker { if((tCP[SUPPLYDEPO] = TEAM_RANGERS && gTeam[playerid] = TEAM_RANGERS)) { SendClientMessage(playerid,COLOR_GREY,"[SERVER...
48
how can i make my mapicons show like this all the time even when player is not near that mapicon
My problem is i only see mapicon when i am in its radius
pawn Код:
SetPlayerMapIcon(playerid,1,...
27
God bless you +rep
i knew somethin was screwed so i just brought black screen texture on gamemod first
40