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...
222
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...
340
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...
340
((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...
340
run "samp-server.exe" as administrator
129
pawn Код: CMD:ask(playerid,params[]) {    new question[128], asker[MAX_PLAYER_NAME], str[128];    if(isnull(params)) return SendClientMessage(playerid, red, "Usage: /ask <question>");  ...
106
pawn Код: DestroyObject(box);
93
pawn Код: if(Truck1[playerid] == 1){    new vehicleid = GetPlayerVehicleID(playerid);    DestroyVehicle(vehicleid);    DetachTrailerFromVehicle(vehicleid);    DisablePlayerCheckpoint(playe...
161
Here, Try: pawn Код: if(value > PlayerInfo[playerid][pMoney] || value < 1)
119
I don't see problem in using my initial. Regarding the topic, thanks for supports!
474
Ty everyone <3! Quote: Originally Posted by Raefal Lol i thought this topic made by ****** ...same initials
474
Great effort, great conclusion, keep it up !! (+rep)
282
(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...
474
I hope I understand your issue, so Change pawn Код: ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED); To pawn Код: ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
81
pawn Код: CMD:door(playerid, params[]){    if(!IsPlayerInRangeOfPoint(playerid, 1.8, 163.88570, 2510.17822, -89.91240))    {        SendClientMessage(playerid, lightblue, "You're not at lo...
85
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,"|"))        {Â...
77
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...
215
Код: 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...
215
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...
139