Search Results
Hello is there a fuction to remove players from the samp ban?
91
Hello, How do i make it so when 2 or more players enter a capture zone it captures it for both so they both get money/score My OnPlayerEnterDynamicCP: Код: public OnPlayerEnterDynamicCP(playerid...
72
Quote: Originally Posted by BenzoAMG Why not get the amount of players in the certain area, then deduct that from the total time? Example: There is 1 player in the area, and the timer is d...
118
But then how i know what the current timer was so like if someone stands in the checkpoints and a team mate joins after capture it for 10 seconds? or 20 etc
118
Hello how do a divide a timer by like 2 when a timer is already being counted down so like when somebody captures a gangzone My code to setup the timer: pawn Код: timer[playerid][Land] = SetTimer...
118
So in my server when in on my level 7 account and log out and go on another new account it will give me the score/level/kills/deaths of the other account for some reason Where do i have to look to fi...
122
The else is your problem change it to this pawn Код: command(seatbelt, playerid, params[]){    if(IsPlayerInAnyVehicle(playerid))    {        new string[128], vehicleid = GetPlayerVehicle...
108
Hello, when i click close on my dialog it opens the handgun dialog? Where do i edit the close button in pawno?
114
Bump if fixed almost all my problems myself just need it so ppl of 1 team can capture it with more ppl
151
But wont that work? becuase it should be between 0 < 99 and 100 < 299 and i do have pawn Код: TextDrawShowForPlayer(playerid, Scores[playerid]);    TextDrawShowForPlayer(playerid, Kill[pl...
217
I got it to work but now it wont like show the rank and i dont have a clue how im gonna do the kills etc pawn Код: new string[24];        format(string, sizeof(string), "Rank: %s", GetRankN...
217
Quote: Originally Posted by nilanjay Those text are called Textdraw. I recommend that you use a FS that create textdraw in-game. Search the filterscript section. So like this one? http...
217
How i put a text on screen like servername/score/rank name something like this picture
217
So i have a problem with capture zones, but i have a few problems i cant seem to figure out Problem 1: Fixed Problem 2: Fixed Problem 3: And how i make it so more then 1 team mate can capture it an...
151