Search Results
we should be happy SA-MP survived(surviving) as long as it is/did. I grew up playing this game, I know alot of people across the world because of SA-MP. that leaves me to say, Thank you for everyone...
722
Quote: Originally Posted by R4nd4ll So, You're going to start a new community ? No lol
258
Quote: Originally Posted by Fratello I thought you hosted someone else's servers Nope, Once zombie plague by FuTuRe closed down I bought it from him and kept it open. Upgraded his scr...
258
Hey whats up guys, im literally typing this thread while im on my way back from the bay to sacramento. I work full time and more. For some reason I wanted to see whats up with alot of my old pals. I h...
258
Or you can make it a global variable...
132
[code] function LooseHealth() { new hp = GetPlayerHealth(playerid, hp); Player[playerid][Health] = hp-1; SetPlayerHealth(playerid, hp-1); } Something like this?
202
Quote: Originally Posted by MP2 SetTimerEx, because he'll need to pass a player ID. True, My mistake :P
94
SetTimer look it up on the wiki, It should help you, and I suggest using a function for what you are trying to do.
94
oh yeah post the entire script y don't u -_- I'll look trough it...
83
You figured it out because of me lol -_- You Welcome -_-
142
Ok a couple questions for you 1: Do you know what MySQL is and what DINI is? 2: If this a system from sa-mp forums 3: Can you show us the code you use to create a business.(or cmd...)
131
pawn Код: public OnPlayerSpawn(playerid){    if(GetPlayerSkin(playerid) == 283)    {        SetPlayerArmour(playerid,100);        GivePlayerWeapon(playerid,24,20000);        new Ra...
142
Код: if(response) { SetPlayerSkin(playerid, strval(inputtext)); GivePlayerMoney(playerid, -5000); } IDK if this would work but u...
86
Are you actually saving it? And does it load the businesses OnGameModeInit? And we can't help you without a code! And you first said your using MySQL For saving then you said you will save at scriptfi...
131
Quote: Originally Posted by roar That's not working. What are the differences between the one I posted? You only add spaces after the ....", ? Yeah Just the spaces, Can you give us 2 Li...
186
Код: ShowPlayerDialog(playerid, LOG_DIALOG, DIALOG_STYLE_INPUT, "{FFFFFF}Logging in", "{FFFFFF}Welcome back! \n\n{FFFFFF}Please type the {6EF83C}password {FFFFFF}for your account.", "Login", "Quit...
186