Search Results
Код: if(newkeys & KEY_SUBMISSION) { if(jobs[playerid] == 11) { new car = GetPlayerVehicleID(playerid); new car2 = GetClosestVehicle(playerid...
82
Код: if(dialogid == DIALOG_DICEB && response) { if(response) { if(strlen(inputtext)) { new number2 = strval(inputtext); // new number = 0; ...
70
Code: if(dialogid == DIALOG_HOTELLV) { if(response) // If they clicked 'Yes' or pressed enter { new str[50]; if(GetPlayerMoney(playerid) < 100000000) return SCM(...
68
Hi, I want to do that when you have a tow truck so it detects whether a car with a suspended with gasoline 0 how to do this condition and overall?
63
How do I make him spawnulo is the trailer when I Код: SchoolTruck[playerid] = CreateVehicle(514, 1024.2748,1147.6740,10.7688,0 , 0, 1, -1); I want to give it to him and trailer how to do it? : O
57
Oh and the color should I put into the box or what?
113
I want to ask if he would go there to put the image into the box SAMP
113
How to make the same background? + I want to ask if he would go there to put the image into the box SAMP
113
SetPlayerHealth(playerid, 1000000); ?
133
Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(newkeys == KEY_NO) { if (IsPlayerInAnyVehicle(playerid)) { new vehicleid = GetVehicleModel(vehicleid); new eng...
80
How to make the size of the Box? in Texdrawu?
54
Код HTML: Code: -- dcmd_cure(playerid,params[]) { new id = strval(params); if(!strlen(params)) return SCM(playerid,0xFF00000,"[ Doctor] Use /cure ID"); if(!IsPlayerConnected(i...
63
Код: #include a_samp #include sscanf #define BasicXp 100 new PlayerXp[150]; new PlayerLevel[150] = 1; new MaxLevelUp[150] = 2; public OnPlayerConnect(playerid) { PlayerLevel[playerid] = 1; ...
61
else if .. or the entire code
157
It works, then the problem is to reach 250 XP and change it to 0/400 0/200 when I reach it is to change it to 0/400 and add lvl
67
Hello I have a little problem on the server I'm ID: 0 and writes it correctly then it buddy has ID 1 and shows him a 0/0 Level 0 and me it shows Level 1 0/200 please what is wrong? Код: #include ...
67
if (strcmp(cmdtext, "/richlist") == 0) { new sendername[MAX_PLAYER_NAME], cashstring[128], fstring[128]; for(new i = 0; i<MAX_PLAYERS; i++) { if(...
186