Search Results
ongamemodeinit
SetTimer("CheckMissionWeapon", 1000, 1);//Spam message if player not have M4
411
i replaced but it stil not work
Any Help ?
411
forward CheckMissionWeapon();
public CheckMissionWeapon()
{
for(new i=0; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
new w,a;
GetPlayerWeaponData(i,5,w,a);
if(w != 31)
{...
411
How to check if the player has a М4, if he has nothing in hand
For example I have a MP5 in hand and now how to check if I have M4 in me
411
Hmm i try ti use this but i got this warnings
C:\Documents and Settings\Milan\Desktop\Miki\pawno\include\Streamer .inc(21 : warning 201: redefinition of constant/macro (symbol "OnGameModeInit")
C:\...
171,291
Contact me on Dreamworld sa-mp
My Nick : Mike_Soprano
i will tell you
476
I run PC PROBE
look this picture
http://slike.hr/slike/slikastoblokira_a79d9.jpg.html
I think the temperature is normal
440
Please give us more informations for your gamemode
155
My pc is :
intel(R) Pentium(R)Dual CPU
E2180 @ 2.00GHz
2.00 GHz , 4.00GB of RAM
Inno3D GeForce 7300 GT 512MB DDR2 PCI-e
When open Device menager
http://slike.hr/slike/slikafreeze_ae01b.jpg...
440
I use GF mode and i included a my Flat system and now when i buy a flat i spawning in my flat but how can i make this
if a type /spawnchange
1: Spawing at my house
2: Spawning at normal place
3: ...
181
Complet Freeze and i cant exit the game imust restART my PC
440
All my games freeze
i play SA-MP , Wow , COD5 and i play game 5-10 minutes and the game freeze and i must restart my PC
Anyone ?
440
Does anyone has maked more than 10 bussines?
1,909
public OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
///------------------------------------------
public OnPlayerDisconnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
////...
697