Search Results
Omg why didn't I think about switch! The method I used probably was the issue and I'll test the now one asap. Thanks a lot!
162
So I could use continue; instead of return 0; ?
162
I'm having a home host, but it's a 100 MB fibre optic. No connection problems. Running server on SSD. I don't have much of code under OnPlayerUpdate, only these: pawn Код: public OnPlayerUpdate(pl...
162
I'm talking about my server. I can see others and others can see me driving on other servers. I don't understand what would cause this.
162
So I just noticed this thing in my server. When I enter as a driver I can drive the car around, but anyone else can't see me driving, just sitting on the seat. Also I can't see anyone else driving, I ...
162
Код: [23:31:00] [DEBUG] mysql_escape_string - source: "blabla", connection: 1, max_len: 512 [23:31:00] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `users` (name, salt, pass, register...
75
Looking for a partner to help me testing my server. PM me your Steam account if you're interested.
70
Done. E: Seems like port forwarding wasn't completed even tho I did it months ago. It's working fine now!
117
Apache and MySQL running. Server is started but not online. Can't even locally access it.
117
1000. Fire catches the vehicle when the hp is below 250.
55
pawn Код: public OnGameModeInit(){    DisableInteriorEnterExits();    return 1;}
83
Use return 1 only once at the end of the callback so like this: pawn Код: public OnPlayerPickUpPickup(playerid, pickupid){    if(pickupid == barpickup)    {        SetPlayerInterior(playe...
200
Quote: Originally Posted by MD5 Someone told me it was the "OnPlayerShootWeapon" call back. Do you even.... How does one shoot IP adresses from a firearm
130
Use normal variables instead.. example: Somewhere on top of the script put pawn Код: new BSP[MAX_PLAYERS]; Setting value for BSP player variable: pawn Код: BSP[playerid] = 1; When we wanna ...
124
https://sampforum.blast.hk/showthread.php?tid=274064
113
Instead of public variable use player variable so new stick; to new stick[MAX_PLAYERS]; and when using the variable use stick[playerid];
242
Quote: Originally Posted by davidstyle1125 @Lordzy - Hey, I cannot find the "OnPlayerConnect", Could you tell where's that? OnPlayerConnect should be in your gamemode.
110
Quote: Originally Posted by ScripteRMKD mati233 please read before comment Thanks.Im looking for code to check days, 24 hour, month, year and etc ... An example code is HERE and HERE. ...
177