Search Results
You using two different enum "cData" at "stock VEHICLEFROMDB" and "CarInfo" at "function DespawnPlayerVehicle". (WHY?!) Try change like this: Code: enum e_vehicles { vUID, vModelid, vOwner, vStatus ...
201
This code doesn't work for me, samp ver. 0.3.7 - what's wrong? Код: CMD:record(playerid, params[]) { if(isnull(params)) return Msg(playerid, "{ff0000}Usage: /record [name]"); if(GetPlayerSta...
40
We want now custom textures for vehicles in r2!
34,072
Can I add new variables to Enumerator? Becouse I try like this: Код: CMD:setperm(playerid, params[]) { if(isnull(params)) return SendClientMessage(playerid, -1, "Tip: /setperm [value]"); ne...
88,454
Hello. I have problem with log when i insert query to mysql do not show field "message". I used global string "buffer" (new buffer[2000] to formatted. Stock: Код: WriteLog(message[], type) { ...
56
Hi. I've problem for load statistic player and save statistic.. my system it mysql. Function loading statistic player: http://pastebin.com/ZkYTLNFb Function saving statistic player: http://pastebin...
54
This textdraw is very make easy.. Use https://sampforum.blast.hk/showthread.php?tid=376758
168