Raised This Month: $ Target: $400
 0% 

Tag mismatch, noob problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
SCHWEDEN
Member
Join Date: Dec 2007
Location: 127.0.0.1
Old 10-10-2010 , 18:10   Tag mismatch, noob problem
Reply With Quote #1

Getting tag mismatch error while compiling this:

PHP Code:

new Bool:gShown[33];

public 
Action:Event_PlayerDeath(Handle:event, const String:name[], bool:dontBroadcast)
{
    new 
client GetClientOfUserId(GetEventInt(event,"userid"));
    
    if(!
IsClientConnected(client) || !IsClientInGame(client))
        return;
    
    
GetClientAbsOrigin(clientgDeathPosition[client]);
    if(!
gShown[client]) 
    { 
         
functionHere(client); 
         
gShown[client] = true;
    } 


What is wrong?
__________________

SCHWEDEN is offline
Send a message via MSN to SCHWEDEN
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode