Search Results
Quote: Originally Posted by scottyishere Add a timer on OnGameModeInit, something like SetTimer("hourlytime",1000*60*60,true); Then add the function: pawn Code: forward hourlytime();publi...
97
Add a timer on OnGameModeInit, something like SetTimer("hourlytime",1000*60*60,true); Then add the function: pawn Code: forward hourlytime();public hourlytime(){   for(new i=0;i<MAX_PLAYERS;i++)...
97
from what I understood you need this: https://sampwiki.blast.hk/wiki/OnPlayerTakeDamage
64
Quote: Originally Posted by davve95 Hi! I can't see skins on my ClassSelection.. I forgot to learn it when I started to learn Pawn so I don't know exactily how to do now.. So I got a...
127
Quote: Originally Posted by davve95 I have diffrent spawns for evey teams.. Yes I used skins with AddPlayerClass. Location: outside. a screenshot maybe?
127
What is actually not visible? Where is the skin on selection located: interior, outside?
127
The quickest way to fix it is to make the GROUND object (the object on which the vehicle lands when teleported) CreateObject instead of CreateDynamicObject. An alternative would be a temporary freeze...
55
Search each of those variables using CTRL+F and remove all functions and code associated with them. Finally remove those variables and you're done.
77
Try commenting this: /* */ pawn Код: for(new i; i<PING_MAX_EXCEEDS; i++)    AccInfo[playerid][pPing][i] = 0; Alternatively if this isn't the problem, try randomly commenting this code until...
68
Does the table USERS exist? Does the variable USERNAME in table USERS exist? pawn Код: CheckAccountExists(account[]){    new string[128];    format(string, sizeof(string), "SELECT * FROM `use...
59
Quote: Originally Posted by scott1 So, there isn't a big difference, i can use %i tho show 500000 as i can use %d ? Max yes.
177
pawn Код: public OnPlayerPickUpPickup(playerid, pickupid){        for(new i = 0; i < MAX_PLAYERS; i++)        {                if(!IsPlayerConnected(i)) continue;          ...
76
Off-topic: Well being able to flood the gta map would be epic. Imagine the RP events
113
First make a array for 3DText IDs outside any function MAX_TIKIS represents the max amount of tikis pawn Код: new Text3D:Tiki3D[MAX_TIKIS]; Under CreateTiki add: // you probably have a ID for eac...
78
can you copy paste the /kick command?
73
BUMP. Do you think I should update my mysql plugin to BlueG's R7 and use threaded queries?
123
Quote: Originally Posted by Jikesh https://www.serverffs.com/terms/ Point number 2: serverFFS only offers unmanaged products with absolutely no support whatsoever. People intend to purcha...
293
can you copy paste the code from your gamemode into pastebin.com?
119