Search Results
Don't look to what's successful these days. Look further and make it unique! Create a new game mode as it doesn't have to be the same modes (Roleplay//TDM//Zombies//etc) everywhere.Not to mention peop...
404
Quote:
Originally Posted by SecretBoss
As I am checking the code, Pottus is right, you are supposed to use player textdraws when you want to put some information for player to textdraw for...
677
Quote:
Originally Posted by Pottus
Just like the other dude you don't know how to use textdraws correctly you are using player textdraws for static global textdraws a waste of code and a w...
677
((Solved the issue of wasting PlayerTextdraws))
yRealisticBank
Introduction
That's a real banking system were basic economic principles are applied to.
That's short isn't it?
What makes this FS spec...
677
run "samp-server.exe" as administrator
259
pawn Код:
CMD:ask(playerid,params[]) {Â Â new question[128], asker[MAX_PLAYER_NAME], str[128];Â Â if(isnull(params)) return SendClientMessage(playerid, red, "Usage: /ask <question>");Â ...
210
pawn Код:
if(Truck1[playerid] == 1){Â Â new vehicleid = GetPlayerVehicleID(playerid);Â Â DestroyVehicle(vehicleid);Â Â DetachTrailerFromVehicle(vehicleid);Â Â DisablePlayerCheckpoint(playe...
294
Here, Try:
pawn Код:
if(value > PlayerInfo[playerid][pMoney] || value < 1)
197
I don't see problem in using my initial.
Regarding the topic, thanks for supports!
732
Ty everyone <3!
Quote:
Originally Posted by Raefal
Lol i thought this topic made by ******
...same initials
732
Great effort, great conclusion, keep it up !! (+rep)
430
(Notice:This script was made from scratch, and I wont argue about that!)
Y_Vehicle Lasers
I decided to confirm requests about this script from my friends, so Enjoy! :D
• UPDATES
In earlier version...
732
I hope I understand your issue, so
Change
pawn Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
To
pawn Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
151
pawn Код:
CMD:door(playerid, params[]){Â Â if(!IsPlayerInRangeOfPoint(playerid, 1.8, 163.88570, 2510.17822, -89.91240))Â Â {Â Â Â Â SendClientMessage(playerid, lightblue, "You're not at lo...
170
I don't get it correctly, but if I'm correct try this:
pawn Код:
//add a stringnew savingstring[20];//At your comment  else {    while(mysql_fetch_row_format(query,"|"))    {Â...
133
idk what's the problem goin' on here, but what I know that when I add new 3 columns, that error occurs in the debug.
error:
Код:
Error (0): Failed to exeute query. You have an error in your SQL s...
381
Код:
Error (0): Failed to exeute query. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''15.374' at line 1.
W...
381
PHP код:
new str[128], str2[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(str, sizeof(str), "my name is: %s", name);
format(str2, sizeof(str2...
230