Search Results
pawn Код: CreateOrganization(Yakuza[32], 112,1130.6305,-2036.5112,69.0078, 31,500,24,500,29,500,27,500); // 130 lineCreateOrganization(Triads[32], 124, 681.5449,-477.1273,16.3359, 31,500,24,500,29...
64
i have no idea what are you talking about. but i've tried to make it without stock same error.
136
pawn Код: public OnGameModeInit(){  UpdateConfig();  return 1;} pawn Код: stock UpdateConfig(){    new file[256], File:file2, string[100]; format(file,sizeof(file),"ladmin/config/Config.in...
136
Quote: Originally Posted by Vince Just look at how the forum highlights your code. Pretty obvious, really. I am thinking the same.. i've re-script everything.. pawn Код: switch(Spaw...
154
^^^ pawn Код: new SpawnPOINT[500];    switch(Spawnpoint[playerid])    {      case 0: SpawnPOINT = "{00CCFF}Base";      case 1: SpawnPOINT = "{00CCFF}Area51";      case 2: SpawnPOINT ...
154
didn't understand hmm something like this maybe? pawn Код: public OnPlayerConnect(playerid) {   ShowPlayerDialog(playerid, 0 , DIALOG_STYLE_LIST,"Test","Blah 1\nblah 2","select","cancel");  ...
116
Maybe this will work? pawn Код: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid){  if(issuerid != INVALID_PLAYER_ID)  {     if(gTeam[issuerid] == gTeam[playerid])   ...
110
i really don't get what are you saying. Do you need someone to script those ? or you need car system?
110
Nice job. but it'll be better if you upload it in Solidfiles or pastepin.
872
pawn Код: CMD:sp(playerid,params[]){    #pragma unused params    GetPlayerPos(playerid,Pos[playerid][0],Pos[playerid][1],Pos[playerid][2]); // save x,y and z for this player.    GetPlayerFac...
86
Seems OnVehicleStreamIn doesn't work at all. i mean the vehicle is not locking players can enter it. same as Objective. pawn Код: #define USA_PROTO 3#define EURO_PROTO 1#define JAPAN_PROTO 4#def...
62
Quote: Originally Posted by ViruZz If your problem still occurs then its a problem in your MySQL columns Name Type Length/Values1 UserName| Varchar / 24
151
Quote: Originally Posted by ViruZz Here you go pawn Код: new query[200], IP[16], playername[MAX_PLAYER_NAME];    GetPlayerIp(playerid, IP, 16);    format(query, sizeof(query), "IN...
151