Search Results
I remember that server from 2009. I nearly spent my all day back in those days and it had some unique features like "RCash", company and gambling system, and of course items! I had a lot of fun and le...
128
Quote: Originally Posted by ChristianIvann09 BTW, what is that.. Код: if(AdminDuty[i] == 1) SendClientMessage(i, -1, connectstring); What is the mean of -1 in that code.. is that h...
154
Quote: Originally Posted by Heaveens Calabresi Tьrkmьsьn Kardeşim Tьrksen Sцyle Ben O Karakter Seзme Ekranı Varya Resimde Sehir Polisi Polis Memuru Felan Nasıl O Yazıyı Yapcam ?...
173
Quote: Originally Posted by ChristianIvann09 I was thinking about your code you give to me.. Im not sure of that pawn Код: new connectstring[64], cname[MAX_PLAYER_NAME];    GetP...
154
Not really. If your pickup type is 1, the callback gets called every moment your character updates when you keep standing in the pickup. That's why I told it's going to work only on pickup type 1.
94
How about inspecting the code I gave you on previous thread and trying to write something THAT easy by yourself? Scripting Help forums are not for getting your gamemode completed, we help you to make ...
154
pawn Код: new VehModels[2] = {    522, 411};
229
Just add a variable under OnPlayerKeyStateChange with a timer. pawn Код: new player_Crouchbutton[MAX_PLAYERS];public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){      if(newkeys & K...
94
pawn Код: new string[128];    switch (reason)    {        case 0:        {            format(string, sizeof(string), "%s has left the server (timeout).", GetPlayerNameEx(playerid...
101
pawn Код: new VehModels[]={    522, 411};
229
Probably that's what you're looking for. https://sampforum.blast.hk/showthread.php?tid=229632
88
pawn Код: BizzInfo[7][bProducts] == 0 || BizzInfo[8][bProducts] == 0 || BizzInfo[9][bProducts] == 0 || BizzInfo[10][bProducts] == 0 Why did you use an exact business ID? Are you sure that the bus...
67
That's because you need to format it for your purpose! I just gave an example code to hint how you can do it, also you need to implement it into every single command/code you want it to work on. It's ...
184
Quote: Originally Posted by iZN Maybe? pawn Код: CMD:myvehicles(playerid, params[])//NEEDS REWRITE{    new string[512], name1, am = 0;    if(LoggedIn[playerid] == 0) return SendCl...
178
Then probably your command processor has a problem with that. Have you tried renaming the command?
178
Probably BlueG's Plugin doesn't support it because what MySQL documentation says it's client-sided problem.
127
Does it show anything if player has no vehicles, or NO returns at all?
178
Are you sure that you tried this with someone else? If so, tell us where did you out my code.
184
You have to check TextDrawTextSize - probably the y axis' of textdraws conflict with each other like the guy said above.
122