Search Results
Quote: Originally Posted by oMa37 use GetPlayerMoney, GetPlayerScore for updating. Already fixed by me, bro
183
That should work. PHP код: public OnPlayerDisconnect(playerid, reason) {     new         query[128],         Float:pos[4];     GetPlayerPos(playerid, pos[0], pos[1]...
183
Hello guys. Today I want to ask u what is 'dropping a split packets'. Here is log: Код: [13:41:11] [warning] dropping a split packet from client [13:41:12] [warning] dropping a split packet from...
107
Maybe ur Ingame volume is disabled?
83
PHP код: new string[1000]  mysql_format(konekcija, string, sizeof(string), "INSERT INTO `akaunti` (Ime, Lozinka, Email, Godini,Pol, Drzava) VALUES ('%e', '%e', '%e', '%d', '%d...
113
Oh dude, thats so bad code. But okay. I have a time, and just w8. - UPDATED: Try it now. There is still a lot warnings about "not using ****", but i didnt removed them cuz I think u are trying to a...
78
Quote: Originally Posted by ilijap It will wrong IK. But its possible with MACRO and faster.. U still cannot use SendClientMessage like that. U need to format your message before sendcl...
158
ah, sheit. sorry D Try now: PHP код: stock INFO(playerid,string) {     new gg[144];     format(gg,144,"{0080FF}INFO:{FFFFFF}%s",string);     SendClientMessage(playerid,gg); }  ...
158
PHP код: #define INFO(%1,%2) SendClientMessage(%1,-1,"{0080FF}INFO:{FFFFFF}",%2)  get it.
158
u need to show us OnPlayerRequestClass public and OnPlayerSpawn.
126
As I said - yes, your problem is there. U need to add a new DIALOG_EVENTJOIN1 and use it.
138
PHP код: forward MyFunct(playerid); new timercreated[MAX_PLAYERS]; new mytimer[MAX_PLAYERS]; public OnPlayerConnect(playerid) {     timercreated[playerid] = 1;     mytimer[playe...
249
Quote: Originally Posted by Recardo Haha i mean When a player Join the MAP /GAME Given him a 2mintes for End Game Okay, and what u mean under 'End Game' ? Quit from the server?
249
Quote: Originally Posted by Recardo Look Im new and didn't understand What are you mean For Your code here ! i want the Time only 2mintes how to put it? I just cant understand what u wa...
249
what u mean under "everymap I have" ? just use PHP код: forward MyFunct(); new timercreated; public OnPlayerSpawn(playerid) {     if(timercreated == 0)     {         t...
249
Show us #define DIALOG_EVENTJOIN and #define DIALOG_TVCT, I think your problem is there.
138
Quote: Originally Posted by Saliim okay, so how can I turn my object attach to vehicle? with those 2 funcs: for CreateObject - AttachObjectToVehicle AttachObjectToVehicle(objectid, vehi...
120
Quote: Originally Posted by Konstantinos https://sampforum.blast.hk/showthread.php?tid=386144 https://sampforum.blast.hk/showthread.php?tid=552419 That should be very laggy, cuz lot acc...
112
U thinks it is real? With AddVehicleComponent u can only add a Car Components, nothing other, and u can see their ID here: https://sampwiki.blast.hk/wiki/Car_Component_ID
120