Search Results
Quote:
Originally Posted by GaMiX
personally its pretty bad
that\'s my opinion
when I create a house, it says, house id already taken. try to fix it
Bro this thread is from 2016. P...
2,541
Why is this not working
pawn Код:
new pass[24]; mysql_escape_string(inputtext, pass); format(query, sizeof(query),"INSERT INTO `players` (`Name`, `Password`) VAL...
163
https://sampforum.blast.hk/showthread.php?tid=272727
396
Do it like this
Код:
if ((...
Just open second bracket after IF
611
Hey guys.. I have one problem. When I compile script compiling info should be shown in the white window. But for me it id opening CMD and shows errors and warning there.. The thing is that the CMD sta...
104
Guys I need help.. Is there any way to get number of online players on server with FS.. I can't do it in GM.. It needs to be done in FS.. Any tips?
276
Thanks man.. I was looking for this for ages.. couldn't find it.. THANKS A LOT
964
Hey guys.. I want to ask you this..
You all know what progress bar is right? That thing that fills when you gain EXP.. when you get/loose health..
I wanted to ask you if it can be done with circle?
L...
964
PHP код:
CMD:use(playerid, params[]){ if(Uses[playerid] > 0) { if(MyObject[playerid] == 1486) SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DRINK_BEER);...
155
Quote:
Originally Posted by kloning1
um, war system like deathmatch? 1 vs 1? then if 1 player death war will be end?
No. War for RP Server. 5v5
And when 5 minutes expired then it will c...
278
This is what I did in my GM with systems like this
PHP код:
for(new i; i < MAX_HOUSES; i++) { if(IsPlayerInRangeOfPoint(playerid, 2.0, HouseInfo[...
184
Here you go
PHP код:
CMD:warcall(playerid, params[])
{
if(PlayerInfo[playerid][pLeader] == 0)
{
GRESKA(playerid, "You are not allowed");
r...
278
Quote:
Originally Posted by TopShooter
Show me your warcall command to make a /warstart command that would work properly with your /warcall command.
It is on different language.. let me...
278
Guys I am facing one problem.
I am making WarSystem so that fractions can go 1v1. I've made /warcall and commands to set teams and pos to players.
I have problem that I don't know how can I make /war...
278
Quote:
Originally Posted by CantBeJohn
Very nice and detailed tutorial, looking forward for more well done ones.
You made me laugh haahhhaha
831
PHP код:
new WarPlayers[2];
I have that declared globally. 0 and 1 are teams. How can I put players in different teams?? How can I know that?
181
I am making war system fro gangs.. You know, leader invites leader to war. If both accept then they invite members of their gangs.. And that is where I am stuck now
How can I make that they can invite...
181
Код:
Run time error 4: "Array index out of bounds"
That means that you have smth like this
PHP код:
new something[100]
but it need more than 100 cells to write string or piece of in...
146