Search Results
you need this? Код: stock GetDMY(&day, &month, &year) { new d, m, y; getdate(y, m, d); day = d; month = m; year = y; return 1; }
159
Necesito saber si este comando esta bien, gracias.. Код: COMMAND:kickear(playerid, params[]) { if(PlayerInfo[playerid][pAdminLevel] >= 2) { new targetid, string[MAX_STRING]; if(!sscanf...
92
is.. Код: if(sscanf(params,"rs[128]",targetid,params)) SendClientMessage(playerid,0xFFFFFF,"USAGE: /kick [playerid] [reason]"); equal to.. Код: if(sscanf(params,"rs",targetid,params)) SendCl...
151
need a example of the command /kick with parameters, ID and reason, dcmd and strtok. please
151
in "OnGameModeInit" use this code: Code: for(new i=0;i<300;i++) { if((i == 7)||(i >= 9 && i <= 41)||(i >= 43 && i <= 64)||(i >= 66 && i <= 73) ||...
814
si me ha funcionado, no es en OnPlayerStateChange eso es cuando cambias de estado, es en OnPlayerEnterVehicle xD.
166
Delete this. < I thought they wanted a system AFK >
195
Quote: Originally Posted by luillixd No se mucho de script, aun soy muy noob en esto, pero no seria algo parecido a: Quote: if(strcmp(cmd, "/rentarauto", true) == 0 { SendClie...
166
Code: PutPlayerInVehicle(npcid, vehicleid, seat); seat = passenger (0 (driver), 1 (co-passenger), 2 and 3 (passenger's))
240
Buenas, necesito saber como aсadir vehiculos al GTA:RP, pero que al subirse diga lo de /rentarmoto o /rentarauto.. gracias..
166
Asegurate de antes de cerrar la callback OnPlayerCommandText asi: Код: public OnPlayerCommandText(playerid, cmdtext[]) { //funciones return 0; // < esto es lo que puede que te falte. }
149
Quote: Originally Posted by Ben147 Good job just add a Vehicle upgrade hack and it's perfect Quote: Originally Posted by MafiaGuy™ nice Thanks
507