Search Results
No... I have this enum PHP код: enum eActor {     aID,     aName[MAX_PLAYER_NAME],     aSkin,     Float:aPos[4],     aWorld,     aReply[MAX_REP],      aAnim  };Â...
83
Hello ! I have a question .. I'm going to creat a system of actor , and my actor are going to had MAX_REP reply of 128 caraters(dynamic IG ) how to creat the variable ? Thanks PHP код: aRep[...
83
Don't create the seed objects with the same variable at seed quantity
154
Resolved ! PHP код: NameMysql(playerid) {     new nameR[MAX_PLAYER_NAME+1];     static query[60], Cache:result;     format(query, sizeof query, "SELECT `name` FROM `users...
68
Hello .. I get a bug ..This code don't get the name . . PHP код: NameMysql(playerid) {          new nameR[MAX_PLAYER_NAME+1];     static query[60], DBResult:db_result;     ...
68
Resolved ! I was doign a small error in my load sql house ! Thks !
185
Quote: Originally Posted by LetsOWN[PL] First remove both HouseInfo[HouseInfo[i][hID]][hDLabel] and HouseInfo[HouseInfo[i][hID]][hOutsideIcon]. Then refresh. (I mean objects that those var...
185
Thanks for your help but any of these answer are working ,same problem
185
Hello evryone , i have a bug in my house loading PHP код: House_Refresh(idz) {     if (idz != -1)     {         static             string[128];         ...
185
This is a small office room..You can give you'r opinion please .
252
PHP код:         new ASpawnLocationsPilot[][TSpawnLocation] = {     {2010.0, -2345.0, 13.6, 90.0}, // Los Santos airport     {-1211.0, -105.0, 14.2, 135.0}, // San...
76
https://sampforum.blast.hk/showthread.php?tid=367838
148
Show the fonction SpawnPlayer
127
Show me : SpawnPlayer public
127
Change PHP код:     pos[0] = dini_Float(VehiclePath, "X");       pos[1] = dini_Float(VehiclePath, "Y");       pos[2] = dini_Float(VehiclePath, "Z");       pos[3...
92
Why This not work ? PHP код: #include a_samp new bool:spawn[MAX_PLAYERS]; public OnPlayerSpawn(playerid) {     SetTimerEx("AntiSpawnkill",40000,0,"i",playerid);     spawn[playerid]=...
193