Search Results
PHP код: public OnGameModeInit() {     AddPlayerClass(287,223.5235,1925.1610,23.6406,221.1536,0,0,0,0,0,0);      AddPlayerClass(247,-402.3290,2222.6426,43.5189,283.2926,0,0,0,0,0,0);Â...
67
PHP код: public OnGameModeInit() {     AddPlayerClass(287,223.5235,1925.1610,23.6406,221.1536,0,0,0,0,0,0);      AddPlayerClass(247,-402.3290,2222.6426,43.5189,283.2926,0,0,0,0,0,0);Â...
56
Is there any function or something that lets us know is the player in certain gangzone or not?? Please tell me Thanks in advance
158
Show where you defined this serverInfo gCoords[i]
116
PHP код: serverInfo[i][falloutGlass] = CreateDynamicObject( 1649, gCoords[i][0], gCoords[i][1], gCoords[i][2], -90.000000, 0.000000, 0.000000, 150.0);  try it
116
Код: /* SA-MP Functions * * (c) Copyright 2005-2015, SA-MP Team * */ #if defined _samp_included #endinput #endif #define _samp_included #pragma library samp #pragma tabsize 4 // Ignores w...
105
hello there I am getting an error error 025: function heading differs from prototype on this line public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart) but i am using the...
105
Thanks man for your help +Rep and last question please Is there any native to destroy created dynamic sphere?
128
is the range of the point and size of the sphere are equal?? or Do they differ in a large value?
128
Can anyone please tell me the best ways to know IsPlayerInRangeOfPoint otherthan OnPlayerUpdate or Timer if there is not other better way then how much interval will be good for timer? Thanks in adv...
128
PHP код: stock ActiveCAPZONE(playerid, zoneid) {     new gString[256];     if (IsPlayerInAnyVehicle(playerid)) return SCM(playerid, COLOR_RED,"You cannot capture while in aÂ...
54
The areas are small, Just Area 51, that type of size
100
This is the actual gangzone: but when i move my mouse randomly i am getting this: Don't know why it is happening but please help me Код: new ARMYzone; new REVOLUTIONARIESzone; new TERRO...
100
Hi there!! i am using Dropgun system by PeteShag in my gamemode i edited it a little to my needs but i dont know how to drop all the weapon that player has on death help me with droping all the guns ...
73
Quote: Originally Posted by Crayder I think you should just attach labels to each object. This is way more efficient and they are streamed (which is what you want your message to do). T...
155
Quote: Originally Posted by Gammix 1) Use arrays for storing object position. For example: pawn Код: enum objectsenum{    Float:ox,    Float:oy,    Float:oz}new Objects[MAX_OBJEC...
155
Hey guys i made a command which creates object at playerspos when he use a specific command and i want to make that if any player approaches near the object it should send them a clientmessage for th...
155