Search Results
Make sure you have it like this in your enum. pawn Код: enum p_info{    Float:pHealth//<< this};new PlayerInfo[MAX_PLAYERS][p_info]
89
"that u can choose from houses u own or weopons u have in your hand" this really depends on your saving system, enums, how you store things in vars. EDIT: Ah I now understood what you want. but it st...
98
I guess you have already done what you want. just send this message when he connects, like pawn Код: enum p_data{    personalmsg[128]//make sure you've added this array which makes it a string l...
101
When you start a new script it tells you : Код: // This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #if defined FILTERSCRIPT public OnFilt...
90
Use SA-MP map editor when you need to remove objects, here, because MTA functions is meant to be for MTA only.
89
Introduction: Hi, this is a dynamic food system, where you can create one any where and you may remove them. it saves in SQL database. you don't need any additional files. just this filterscript Feat...
3,473
Show here lines (725, 4117) if you don't know how,, Press Control+G and go to those lines.
126
Try this: pawn Code: new        bool:IsPlayerLoggedIn[ MAX_PLAYERS ] ;public OnPlayerConnect(playerid){    IsPlayerLoggedIn[ playerid ] = false;    return 1;}public OnPlayerRequestSpawn(playe...
194
I guess thats what you wanted? ""now I want to move the register dialog only after clicking the Spawn button"",, Explain more if I am wrong.
194
https://sampwiki.blast.hk/wiki/OnPlayerRequestSpawn Move your register codes here
194
https://github.com/Southclaw/ScavengeSurvive Scroll down, You'll find "Setup" follow the steps and everything should be fine.
104
pawn Код: CMD:car(playerid,params[]){    if(PlayerInfo[playerid][pAdmin] > 1)    {        {            new Float:pos[4], str[ 64 ];            GetPlayerPos(playerid, pos[0],...
117
Well, you'll use the getplayernameex function? if yes i will change the whole code. and I've changed the following. CMD:jail(playerid, params[]) { if(pInfo[playerid][AdminLevel] >= 1) return...
143
pawn Код: CMD:jail(playerid, params[]){    if(pInfo[playerid][AdminLevel] >= 1) return SendClientMessage(playerid, -1,"{FF0000}[SYSTEM ERROR]: You don't have the privilege to use that command...
143
Nimrod is right, and you too. but there are tons of scripts, examples around the forums for what you're looking for at least before creating a thread search first. 1. Mysql connection, registration s...
291
Try this one - https://sampforum.blast.hk/showthread.php?pid=3489218#pid3489218 EDIT: Sorry, didn't read your topic carefully, i don't think its possible because its a client side so he have to type...
184
Try to use streamer plugin if you're not using, if you are using just show your codes so we can help.
195
PlayerID, AccountID, Username, TimeLoggedIn
190
No, i mean the SetPlayerCheckpoint and IsPlayerInRangeOfPoint co-ordinates!
257