Search Results
I found solution but for stats dont find
152
Код HTML: CMD:stats(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerLogged[playerid]) { ShowStats(playerid,playerid); } else return SCM(playerid,-1,"You are not logged in!"); ...
152
+ i make /stats command and dont work, say me unknown command or if i use CMD: nothing happen
152
I have this error, i dont find the error in SetPlayerUnjail Код HTML: [15:53:21] [debug] Run time error 4: "Array index out of bounds" [15:53:21] [debug] Accessing element at index 49 past array...
152
Try use how i maked it and people cвnd open ... Anyway i maked a better site with multipe function like : Online players , staff, f.a.q ..
9,166
I remake your site and i Done with all error all solved now:: Try people download this Just edit Illuminate/laravel/apps/config Download: https://www.dropbox.com/s/weuw5ze87t...inate.rar?dl=0
9,166
Try to use When you start PHP Call try use <?php and end with ?>
9,166
The problem for this is you are forgot to set <?php not <?
9,166
@extends('layout.main') @section('content') <? $accounts = DB::table('accounts')->count(); $vehicles = DB::table('personalvehicles')->count(); $houses = DB::table('houses')->count(); $prop...
9,166
i have this error https://www.dropbox.com/s/xt1iuh8p1f...45.48.png?dl=0
9,166
Replace PHP код: Organization[i][cash] = part3;  WITH PHP код: memcpy(Organization[i][cash], cash3, 0, MAX_PLAYER_NAME*4, MAX_PLAYER_NAME*4); 
122
try this : PHP код: COMMAND:GODON(playerid, params[5]) {         SetPlayerHealth(playerid, "999999");         return 1; } 
111
Cauta pKey si primu lucru ce iti da scriel in post
126
try : PHP код: enum porg {      cash,};new Organization[MAX_PLAYERS][porg]; 
122
Why you added 2 } ? {"Ocean Docks", {2373.70,-2697.00,-89.00,2809.20,-2330.40,110.90}} Try This : {"Ocean Docks", 2373.70,-2697.00,-89.00,2809.20,-2330.40,110.90}
214
Try this if(isplayerwell[playerid] == true && health < 21)
160