Search Results
Yeah, i know, i did it so to detect the problems, if any...
137
That's how i update a player's info: Код: . . format(l_string,sizeof(l_string), "UPDATE `players` SET `PlayerLevel` = '%d' WHERE `Name` = '%s'",PlayerInfo[playerid][pLevel],nam...
137
Quote: Originally Posted by [HK]Ryder[AN] It is ok, but why are you doing it? Doing what?
137
Hi,I'm using BlueG's mysql plugin and I converted my gm to the R7 version. My problem is this: . PHP код: . . . [06:21:14] >> mysql_close( Connection handle: 1 ) [06:21:14] CMySQLH...
137
Try this one: PHP код: COMMAND:car(playerid,params[]) {     if (IsPlayerInAnyVehicle(playerid) != 1)         {             new Float: x, Float: y, Float: z, Fl...
103
You added a different GivePlayerWeapon function besides the one from a_samp.inc ?
200
CreateObject in "OnGameModeInit()" function. MoveObject where your "/opendoor" command is (usualy OnPlayerCommandText if you don't use dcmd,zcmd or something like that).
66
@Ricop522 - I'm using G-sTyLeZzZ MySQL plugin and when I try to compile the gm it returns me this error: error 017: undefined symbol "mysql_fetch_array" @[HiC]TheKiller - It still doesen't work.. L...
94
Hi, I have this vehicle system: PHP код: enum cInfo  {      cModel,      Float:cLocationx,      Float:cLocationy,      Float:cLocationz,      Float:cAngle,      ...
94
Quote: Originally Posted by Jeffry Yes, excatly. If you need any help, I can give you the code for the LoadCars, in 1 or two days, because I am very busy. I tried to make it but it does...
203
for(new i = 0; i < MAX_VEHICLES; i++) { // Do stuff here } Like this?
203
Hi, Can somenody help me doing this right: I have a saving/loading License Plate system. The LoadPlate() function is working fine, but the SavePlate not. It make it like this 268, Nick 268, asdfg 268,...
203
pawn Код: public OnVehicleRespawn(vehicleid){    for(new i=0; i<MAX_PLAYERS; i++)   {        DestroyObject(GetPVarInt(i, "neon"));        DestroyObject(GetPVarInt(i, "neon1"));   ...
184