Search Results
Код: new Owner_1; OnGameModeInit() { Owner_1 = CreateVehicle(581, 0.0, 0.0, 0.0, 0.0, 6, 6, 3000); return 1; } public OnPlayerStateChange(playerid, newstate, oldstate) { if(newstate == 2 ...
62
like /buyveh (carid) (color1) (color2) i have same saving system as godfather, how can i make /buyveh can somebody give me an example because i know how to make command but i dont know how to make li...
41
Код: if(strcmp(cmdtext, "/exit", true, 3) == 0) if(VehicleID == Myygiauto1) if(VehicleID == Myygiauto2) if(VehicleID == Myygiauto3) { RemovePlayerFromVehicle(playerid); return 1; } It doesnt work,...
79
PlayerInfo[playerid][pMaterjalidPangas] = +50; like how +50 everytime you like type /put like i mean : PlayerInfo[playerid][pMaterjalidPangas]++; - gives only 1 eachtime but how can i do that it ...
119
no i just wanted a confirmation if that is alright
114
yeah i will do like eating timer thingy like on spawn its 100% and its going down and when its 0% then you will CRACK an
114
PlayerInfo[playerid][pToit]++; like how can i make that i will go less like PlayerInfo[playerid][pToit]--; ?
114
Code: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(IsPlayerInAnyVehicle(playerid)) { if(PlayerInfo[playerid][pMootor] == 0) { if(newkeys == KEY_JUMP) { Playe...
55
i need to have godfather house system if somebody has it
68
Код: if(!strcmp(cmdtext,"/turvavцц", true)) if(PlayerInfo[playerid][pTurvavoo] == 0) { new string2[256], pname[MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); format(string2, si...
84
i downloaded this opened with pawno copyed/pasted in my blank gm i have Dini Register and login system like godfathers, but this gm is not godfather, and i cant seem to get this Fs working when i copi...
53
i got fixed now 1 warning warning 219: local variable "tmp" shadows a variable at a preceding level Got Fixed thanks for help
148
now i got this Код: C:\DOCUME~1\Andrus\Desktop\ARMBYA~1\GAMEMO~1\rp.pwn(648) : warning 219: local variable "tmp" shadows a variable at a preceding level C:\DOCUME~1\Andrus\Desktop\ARMBYA~1\GAMEMO...
148
Код: if(strcmp(cmd, "/givecash", true) == 0) { new tmp[256]; tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, VALGE, "USAGE: /givecash [playerid] [amount]"); return ...
148
i want like you got to have certain Firstname_Lastname to enter the house onplayerpickup
61
here is this command and i used this TUT: http://forum.sa-mp.com/index.php?topic=120757.0 and i dont have it defined i dont know exactly what to define because new giveplayerid; wont work Код...
122