Search Results
Hello guys Commands: /Animlist - List of all animations. /Anim [Anim Name] - Using a animation. Pastebin: http://pastebin.com/eZTR4Wv4 Download: Enjoy
248
Quote: Originally Posted by Calabresi pawn Код: new VehModels[2] = {    522, 411}; error 008: must be a constant expression; assumed zero
229
Quote: Originally Posted by Calabresi pawn Код: new VehModels[]={    522, 411}; error 008: must be a constant expression; assumed zero
229
Quote: Originally Posted by iThePunisher change this to this pawn Код: CarShopVehID[playerid] = CreateVehicle(VehModels[LastSelectVehicle[playerid], 1050.3732,2311.5098,10.9296, 266.82...
229
The Code: PHP код:     foreach(new playerid:Player)     {         pInfo[playerid][EarnFromProperty] = 0;         if(pInfo[playerid][CountProps] > 0 && ...
128
nice job, but you can do this: PHP Code: #include <a_samp> // Include new HotDog[MAX_PLAYERS]; // HotDog Job new NextHDogs[][] = {     {float:685.0278,float:-1594.2223,float:13....
798
Very Faster: PHP код: #define minrand(%0, %1) random(%1- %0) + %0 //By Alex "******" Cole 
66
Try it: PHP код: CMD:stats(playerid,params[]) {     new    name[MAX_PLAYER_NAME],string[80];     GetPlayerName(playerid,name,MAX_PLAYER_NAME);     format(string,80,"[-----------...
168
PHP код: YCMD:clan(playerid,params[],help) {     new cmd[20];     if(sscanf(params,"s[20]",cmd))     {         SendClientMessage(playerid,-1,"/Clan [Create | Invite | ...
65
PHP код: YCMD:clan(playerid,params[],help) {     new cmd[10],cname[MAX_CLAN_NAME],sid[10];     sscanf(params,"s[10]s["#MAX_CLAN_NAME"]s",cmd,cname,sid);     if(!strlen(cmd))    ...
81