Search Results
Quote:
Originally Posted by oMa37
use GetPlayerMoney, GetPlayerScore for updating.
Already fixed by me, bro
332
That should work.
PHP код:
public OnPlayerDisconnect(playerid, reason)
{
new
query[128],
Float:pos[4];
GetPlayerPos(playerid, pos[0], pos[1]...
332
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...
181
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...
188
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...
150
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...
300
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);
}
...
300
PHP код:
#define INFO(%1,%2) SendClientMessage(%1,-1,"{0080FF}INFO:{FFFFFF}",%2)
get it.
300
u need to show us OnPlayerRequestClass public and OnPlayerSpawn.
240
As I said - yes, your problem is there.
U need to add a new DIALOG_EVENTJOIN1 and use it.
257
PHP код:
forward MyFunct(playerid);
new timercreated[MAX_PLAYERS];
new mytimer[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
timercreated[playerid] = 1;
mytimer[playe...
442
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?
442
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...
442
what u mean under "everymap I have" ?
just use
PHP код:
forward MyFunct();
new timercreated;
public OnPlayerSpawn(playerid)
{
if(timercreated == 0)
{
t...
442
Show us #define DIALOG_EVENTJOIN and #define DIALOG_TVCT, I think your problem is there.
257
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...
226
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...
210
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
226