Search Results
I like how your release is beautifully detailed and presented.
2,494
Insert it and fetch the result from the DB through cache.
91
if(sscanf(params, "si", tname, dirikass))
As it is a string, you should specify the string size in the SSCANF function ; example is below.
new example[30];
if(sscanf(params, "s[30]", example))
---...
48
1. Yes, you could save all the player data in a single table but it would make it bulky and it'd take you long to browse your table. You better have different tables for different datas such as player...
138
CALL OF DUTY - GHOSTS
"We are ... the GHOSTS."
We are a COMPLETELY UNIQUE community from scratch and are looking for hosters and hosted tab providers who will be given part of the donation as well as...
80,287
That'll be a complete disaster ; different people with different coding style. For them, their codes might be readable but for you, it might not be the case. And also, as Variable said, only kids wish...
502
CALL OF DUTY - GHOSTS
This server was closed for the past 11 months after being up and running for 6 months. The server was successful with a playerbase of 30 daily. We are back and are looking for a...
80,287
GetPlayerScore and GetPlayerMoney won't be called OnPlayerDisconnect.
51
________________________________________________
Server Information
Server IP: 87.98.244.35:7776
Website: Click here
Forum: Click here
Discord: Click here
______________________________________...
271
DOF2... Seriously?
Anyways, nice idea but it would've been better if you would have used MySQL.
317
Server Informations
- Server IP: 87.98.244.35:7776
- Forum: http://www.samp-cod.com/forums/
- Discord: https://discord.gg/HXcExfq
__________________________________________
Call Of Duty: Ghosts h...
192
You should set a timer (probably each seconds) and continuously update the enum for the health, skin, armour and positions.
For example:
PHP код:
forward SavePlayerStats();
public OnGameM...
110
Congratulations Beckzyboi.
570
Use SetSpawnInfo before TogglePlayerSpectate.
(Thanks denNorske)
543
PHP код:
forward Rank(playerid);public Rank(playerid){ new playerScores[MAX_PLAYERS][rankingEnum], index ; for(new i; i != MAX_PLA...
86
PHP код:
CreateVehicle(vehicletype, Float:x, Float:y, Float:z, Float:rotation, color1, color2, respawn_delay, addsiren=0)
Change color1 and color2 to your colours.
113