Search Results
I like how your release is beautifully detailed and presented.
3,403
TogglePlayerSpectating and SetSpawnInfo.
111
Insert it and fetch the result from the DB through cache.
141
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)) ---...
118
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...
222
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...
203,229
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...
691
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...
203,229
GetPlayerScore and GetPlayerMoney won't be called OnPlayerDisconnect.
78
________________________________________________ Server Information Server IP: 87.98.244.35:7776 Website: Click here Forum: Click here Discord: Click here ______________________________________...
348
DOF2... Seriously? Anyways, nice idea but it would've been better if you would have used MySQL.
515
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...
274
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...
242
Use SetSpawnInfo before TogglePlayerSpectate. (Thanks denNorske)
1,084
PHP код: forward Rank(playerid);public Rank(playerid){    new           playerScores[MAX_PLAYERS][rankingEnum],        index    ;    for(new i; i != MAX_PLA...
156
PHP код: CreateVehicle(vehicletype, Float:x, Float:y, Float:z, Float:rotation, color1, color2, respawn_delay, addsiren=0)  Change color1 and color2 to your colours.
235