Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Innocent Heart

Pages: [1] 2 3 4
1
mIRC/pawn Scripting / Re: Small Help Needed !
« on: March 09, 2012, 12:22:16 pm »
ok I will try it..ThankS For your Help,

2
mIRC/pawn Scripting / Re: Small Help Needed !
« on: March 09, 2012, 12:08:56 pm »
Nope By the Way I checked skin and Dunno but again they said Undifined Symbol so now i Type Classid then there is no error i get happy Thank You Very Much Just One thing i don't that how We Can Change the Class Selection Colours ???

3
Support / Problem With Cars......
« on: March 09, 2012, 06:46:10 am »
Hi Guys I want to say that i have very bad problem with my server that if anyone come out from car his vc:mp gone crashed and mine also So i don't Know What is bugged In it so i want some help from u guys so thats why i am also giving u one Picture That may help u for solving my prob this is that pic i can't crop this picture becz i don't know how but u can see this Vc;mp Crashed error
Sorry for the Small Picture but Please Help me i want to Fix this bug sometimes anyone come out from car vc:mp gone crashed only in my server so please help me guys i shall be very gratefull to u ThankS!
Regards
Innocent Heart (Heart Hacker)

4
mIRC/pawn Scripting / Re: Small Help Needed !
« on: March 09, 2012, 05:56:46 am »
Quote
E:\NOORAN~1\CID.pwn(139) : warning 201: redefinition of constant/macro (symbol "pInfo")
E:\NOORAN~1\CID.pwn(347) : error 017: undefined symbol "skinid"
E:\NOORAN~1\CID.pwn(351) : error 017: undefined symbol "skinid"
E:\NOORAN~1\CID.pwn(824) : warning 204: symbol is assigned a value that is never used: "szMsg"
E:\NOORAN~1\CID.pwn(837) : warning 219: local variable "str" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(862) : warning 219: local variable "str" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(1817) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(2159) : warning 204: symbol is assigned a value that is never used: "hp"
E:\NOORAN~1\CID.pwn(2461) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(2481) : warning 204: symbol is assigned a value that is never used: "hp"
E:\NOORAN~1\CID.pwn(2510) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(2767) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(2818) : warning 203: symbol is never used: "Drunk"
E:\NOORAN~1\CID.pwn(2825) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(2829) : warning 203: symbol is never used: "Drunk"
E:\NOORAN~1\CID.pwn(3069) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3078) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3087) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3096) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3200) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3246) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3254) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3544) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3544) : warning 219: local variable "x" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3544) : warning 219: local variable "y" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3544) : warning 219: local variable "z" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3563) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3974) : warning 219: local variable "tmp" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(4260) : warning 204: symbol is assigned a value that is never used: "vehicle"
E:\NOORAN~1\CID.pwn(5515) : warning 203: symbol is never used: "Wanted"
Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


2 Errors.
These Errors Comming Now Tell What i do ?  :-\

5
mIRC/pawn Scripting / Re: ErrOr Cumming !
« on: March 09, 2012, 05:24:13 am »
hEy Innocent Heart i Am haAving TrouBle ReADinG lIke ThIS mAYbe iF YOu tYpE nORmaLLY I cOUlD aCtUAlly ReAd What YoU ARe TrYIng To sAy
Sorry Now i will Right Properly. And Topic Solved.

6
mIRC/pawn Scripting / Re: ErrOr Cumming !
« on: March 08, 2012, 07:20:51 pm »
Don't put any } before returns if you start with one single {

[pawn]public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
       SendClientMessage(playerid,COLOR_GREEN,"Starting Vehicle Engine!");
   return 1;
}[/pawn]
ok Thank You For your Help .

7
mIRC/pawn Scripting / Re: Small Help Needed !
« on: March 08, 2012, 07:19:27 pm »
1. Triple post
2. Try to speak with regular letters, and don't mix capitals with normal letters..

TL;DR : Don't write this way "HeY GuYz HowArE YOu ?"

3. Learn to wait, I will probably answer whenever I come home...
:-[ Sorry Now For Triple Post and ok i will wait Try To tell me Early If u can ...

8
mIRC/pawn Scripting / [Solved]Error Comming !
« on: March 08, 2012, 05:09:20 pm »
Hi Guyz .
I Put
These Functions in my CID-Scripts (Based on Gups)
Under "OnPlayerDisConnect" .
[pawn]public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
       SendClientMessage(playerid,COLOR_GREEN,"Starting Vehicle Engine!");
      }
   return 1;
}

public OnPlayerExitVehicle(playerid, vehicleid)
{
   return 1;[/pawn]
I Compiled and Then this Error Came SO what i do ?
Quote
E:\NOORAN~1\CID.pwn(134) : warning 201: redefinition of constant/macro (symbol "pInfo")
E:\NOORAN~1\CID.pwn(310) : error 010: invalid function or declaration
E:\NOORAN~1\CID.pwn(812) : warning 204: symbol is assigned a value that is never used: "szMsg"
E:\NOORAN~1\CID.pwn(825) : warning 219: local variable "str" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(850) : warning 219: local variable "str" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(1805) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(2147) : warning 204: symbol is assigned a value that is never used: "hp"
E:\NOORAN~1\CID.pwn(2449) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(2469) : warning 204: symbol is assigned a value that is never used: "hp"
E:\NOORAN~1\CID.pwn(2498) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(2755) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(2806) : warning 203: symbol is never used: "Drunk"
E:\NOORAN~1\CID.pwn(2813) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(2817) : warning 203: symbol is never used: "Drunk"
E:\NOORAN~1\CID.pwn(3057) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3066) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3075) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3084) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3188) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3234) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3242) : warning 202: number of arguments does not match definition
E:\NOORAN~1\CID.pwn(3532) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3532) : warning 219: local variable "x" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3532) : warning 219: local variable "y" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3532) : warning 219: local variable "z" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3551) : warning 219: local variable "szMsg" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(3962) : warning 219: local variable "tmp" shadows a variable at a preceding level
E:\NOORAN~1\CID.pwn(4248) : warning 204: symbol is assigned a value that is never used: "vehicle"
E:\NOORAN~1\CID.pwn(5503) : warning 203: symbol is never used: "Wanted"
Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


1 Error.
So What i Do tell me ?

9
mIRC/pawn Scripting / Re: Small Help Needed !
« on: March 08, 2012, 04:22:21 pm »
hey wtf no One Is Replying So Noone is Helping me Why Please Help me GuyZ.

10
mIRC/pawn Scripting / Re: Small Help Needed !
« on: March 08, 2012, 08:45:14 am »
hELP me Please Reply here .. I want To Do this .. Please Reply here Scripters..

11
mIRC/pawn Scripting / Re: new cmd
« on: March 07, 2012, 02:17:32 pm »
thnxs
Man Don't Say Thankx Again to me Because in Freinds i Don't That Someone is Saying me Thanks :)

12
mIRC/pawn Scripting / Small Help Needed !
« on: March 07, 2012, 02:16:31 pm »
Hi GuyZ.. I need Some Help of YOurs. In Pawn Scripting. i want to Edit my Script into CID Cops vs CID Robbers so I Want that whenever anyone Spawn in CID Cops there is Message Show to Them ===>Your Mission is To Defeat The Robbers so That They Can't Attack On Your Base <===
and When they Choose Robbers this message come 2 Robbers
===>Your Mission is to Kill Police and Attack on Police Department <===
These Message come 2 them .
And one Thing More i want to say u that when We are Choosing Class Section evertime there Colours were white never they change so i want to change There Colours i don't know how So tell me I want that For Cops there it Come Blue colour and for RObbers it Come orange colour ! !Remember in Gups Script!
ThankS
Regards
Innocent Heart

13
mIRC/pawn Scripting / Re: new cmd
« on: March 07, 2012, 01:27:02 pm »
Nice Cmd !

14
mIRC/pawn Scripting / Re: Some Questions
« on: February 16, 2012, 05:59:11 am »
Yes Jimmy I know How to Connect Pawn With Mirc .. So Read Your Pm.

15
mIRC/pawn Scripting / Re: Help?With Slap Command?
« on: February 15, 2012, 06:05:27 pm »
Anyway take this!

[pawn]}
   else if ( strcmp( cmd, "slap", true ) == 0 )
   {
      new reason[ 256 ], plr, szMsg[ 128 ];
      tmp = strtok( cmdtext, idx ), reason = strtok( cmdtext, idx ), plr = FindPlayerIDFromString( tmp );
      if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please log-in to your account." );
      else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, COLOR_RED, "You don't have access to use this command!" );
      else if ( !strlen(reason) ) SendClientMessage( playerid, COLOR_RED, "USAGE: /c slap [Nick/ID] [Reason]" );
        else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
      else
      {
          new Float:x, Float:y, Float:z;
          GetPlayerPos( plr, x, y, z );
         SetPlayerPos( plr, x+3, y+3, z+3, 0, 0 );
         format( szMsg, sizeof( szMsg ), "Admin %s slaped player:[ %s ] Reason:[ %s ]", gPlayers[ playerid ], gPlayers[ plr ], cmdtext[ strlen( tmp ) +6 ] );
         SendClientMessageToAll( COLOR_GREEN, szMsg );
         SetPlayerDrunk(playerid, 300, 300);
      }
      return 1;[/pawn]
Nice Work.!

Pages: [1] 2 3 4