Search Results
I tried with this new method: Код: dcmd_reparer(playerid, params[]) { if(PlayerInfo[playerid][pJob] == 1) { new string[128]; new montant = strval(params); new playerid2 = GetPlayerVehicleID(...
175
I thinks i need to remake all the command with another method...You have an idea please?
175
Ha is good it's my command /accepterep but i don't know the relationship with YSI... The suject is return at the normaly
175
i have extracted the amx_assembly folder in YSI/amx and nothing same with YSI_Internal or Ysi_Storage i don't know what to do... :/
175
new problem... Код: C:\Users\KEVIN\Desktop\New_RP_Life\pawno\include\YSI\..\YSI_Storage\..\YSI_Internal\amx_assembly.inc(38) : fatal error 111: user error: Please update "https://github.com/Zeex/...
175
i need again help for for call "money" whitout the defined with GetPlayerMoney(playerid,money) please.
175
Ha yes thanks fot this info +1 rep for you
175
Hi all i would need help for a commands with job mechanic. Here's how I started (you'll notice I'm new to the script): Код: //===============================Reparer===============================...
175
Thank you very much !!! this is the result of your help is pefectely functional ! Code: if(strcmp(cmdtext,"/fb", true, 3) == 0 && cmdtext[3] <= ' ') { if(IsPlayerInRangeOfPoint(playe...
437
Hi, here is an example of using the OnPlayerCommandText: Код: public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext,"/lock",true)) { if(!IsPlayerInAnyVehicle(playe...
76
I put the command in another GM and it works however i am forced to put the id car for the destroy and i want for something that would allow me to detroy the vehicle at the same time as i close the cr...
437
Hum...Thanks for your help, there are no error and your command is functional, but all commands in my script doesn't work... haha... only your commande. You have the solution please? ^^'
437
That is to say? I need to change the location of the sscanf2.inc file?
437
I try with that: Код: forward sscanf(const data[], const format[], {Float,_}:...); Код: public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext,"/fb", true)) { new v; if(ssca...
437
Thanks for your help, but i have again error, how i defined "sscanf" please? Is just with "new sscanf;" ? Код: public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext,"/fb", true)) {...
437
Hi all, i need help with the Callback "DestoyVehicle" Because I have succeded to make it work but only with GetPlayerVehicleID but I need to use it without player in the vehicle for my crusher system....
63
Hi all, i need help with the Callback "DestoyVehicle" Because I have succeded to make it work but only with GetPlayerVehicleID but I need to use it without player in the vehicle for my crusher system....
437