Search Results
Quote: Originally Posted by Bessensap pawn Код: if(!IsPlayerInRangeOfPoint(playerid,5.0,Thing[I][X],Thing[I][Y],Thing[I][Z]) return SendClientMessage(playerid,/*COLOR*/,/*Text*/); ...
86
Hey guys, me again, pretty nobbish question?... The thing is.. i have a code like this Код: for(new I;I<10;I++) { if(IsPlayerInRangeOfPoint(playerid,5.0,Thing[I][X],Thing[I][Y],Thing[I][Z...
86
O well... Thanks...... Quick Answer...
123
Hello guys, me again... .... I was wondering, I have this enum: Код: enum PlayerData { Weapon0, Weapon1, Weapon2, Weapon3, Weapon4, Weapon5, Weapon6, Weapon7, Weapon8, Weapon9, ...
123
Interesting... i think i use it... just one question, would i set "test[CreatePickup(1232,23,123 /* whatever */ )] = 1;" to 1 on ALL my pickups of the same type right?...
79
is it possible to make it so if tge pickupid == to any pickup in the array?... for example, i have this if(pickupid == test[0]) { SendClientMessage.... } else if(pickupid == test[1]) { Same a...
79
Topic Title says it all... Is it posible?.. or would i have to create a bot for each VW?
78
Here... Use this Код: GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "%s was admin jailed by %s for %s minutes, Reason: %s ",GivenName, s...
159
Thanks... its working.... it seems... i saw the tutorial on you sig... gonna use it.... :P... if you dont mind me asking these, there are a few funtions i dont really get... like... the "mysql_real_es...
109
Hey Guys... Me Again xD... Im triying to learn MYSQL.... Im using G-sTyLeZzZ Plugin... im having issues with a register command im triying to make... i have this.... Код: CMD:register(playerid,p...
109
Sorry for Double Post but... i even lost track of the page the post was... and i really need help with this... Plz...
76
Thanks... The Indentinatio and the extra braquets might be cuz i just copy that part from the code so... the skins are ok... but player spawns at the coords i have on "AddPlayerClass"... for some reas...
76
Hello, me again.. xd... i have this code under OnPlayerSpawn Код: if (GetPlayerSkin(playerid) == 287) { rand = random(sizeof(RandomGERMSpawn)); Teams[playerid] = TEAM_GERMANS; ...
76
Put this under OnGameModeInit ShowPlayerMarkers(1); And to change the markers, change the color of the player.... i belive its SetPlayerColor
189
Hi... Me again xD... i have this code Код: if(pickupid == CanGerm1) { CanPick[playerid] = 0; ShowMenuForPlayer(Cannon,playerid); } else if(pickupid == CanGerm2) { C...
64
Erm.... Mmmmmm... I Belive you fellows were kinda out off topic.. im no mod or anthing but.. just saying.. altought what you guys are doing its of interest... but im also waiting for the answer if any...
645
It happens to me too.. i have Win Xp and i wont do save nor screens, on the My Documents folder i only have USERDATA.DAT, nothing more... when i do /save IG, ot says i cant open savedpositions.txt to ...
138
Hi... Thanks for the tutorial.. im having a trouble here... im testing this, i used to have another streamer (Midostream) so i changed the tutorial funtions so i didnt had to convernt anything...i don...
645
Well... Erm... i belive you people dont know what this is... its a DM Gamemode that i was scripting... most gameplay stuff its done... has 3 maps... 2 already working, the last one has the coords alre...
389
If you are going to use the gamemode on your own server, why dont you try and implement the admin system on the gamemode it self?
70