Author Topic: Hey i need a command like !rules  (Read 2381 times)

0 Members and 1 Guest are viewing this topic.

Offline sherwin688

  • Street Thug
  • *
  • Posts: 43
  • dead man wakin
    • View Profile
Hey i need a command like !rules
« on: March 13, 2014, 04:39:23 pm »
Hey i need a command like !rules !forum

Offline mrockxkingbutt

  • Crime Boss
  • ****
  • Posts: 373
  • I AM Best Scripter And You Are Not :P
    • View Profile
Re: Hey i need a command like !rules
« Reply #1 on: March 13, 2014, 05:14:05 pm »
stop asking about simple cmds

learn them from gups


COdes

Code: [Select]
else if(strcmp(cmd,"!forum", true) == 0) {
SendClientMessageToAll(COLOR_RED," Your Forum ");
return 1;
}

else if(strcmp(cmd,"!rules", true) == 0) {
SendClientMessageToAll(COLOR_RED," Your Rules ");
return 1;
}
Dont Ask To Where To Post!!
« Last Edit: March 13, 2014, 07:26:00 pm by mrockxkingbutt »
My Servers Showroom!
www.jimxvcmpscripts.createaforum.com/

Quote from:  rohanaj60
i m a great script Editor

Rofl! lmao lol

Offline sherwin688

  • Street Thug
  • *
  • Posts: 43
  • dead man wakin
    • View Profile
Re: Hey i need a command like !rules
« Reply #2 on: March 13, 2014, 06:16:55 pm »
Where to paste these?

Offline sherwin688

  • Street Thug
  • *
  • Posts: 43
  • dead man wakin
    • View Profile
Re: Hey i need a command like !rules
« Reply #3 on: March 13, 2014, 06:26:40 pm »
C:\ROCKSTAR GAMES\GTA\gamemodes\GUPS1.16.pwn(2043) : error 035: argument type mismatch (argument 2) what is this error >> SendClientMessageToAll(playerid,COLOR_GREY," Your Forum ")

Offline mrockxkingbutt

  • Crime Boss
  • ****
  • Posts: 373
  • I AM Best Scripter And You Are Not :P
    • View Profile
Re: Hey i need a command like !rules
« Reply #4 on: March 13, 2014, 07:26:44 pm »
C:\ROCKSTAR GAMES\GTA\gamemodes\GUPS1.16.pwn(2043) : error 035: argument type mismatch (argument 2) what is this error >> SendClientMessageToAll(playerid,COLOR_GREY," Your Forum ")

Remove playerid,

then complie!

Where to paste these?

stop doing Stupid Things and flooding the forum!
My Servers Showroom!
www.jimxvcmpscripts.createaforum.com/

Quote from:  rohanaj60
i m a great script Editor

Rofl! lmao lol

Offline sherwin688

  • Street Thug
  • *
  • Posts: 43
  • dead man wakin
    • View Profile
Re: Hey i need a command like !rules
« Reply #5 on: March 13, 2014, 07:47:23 pm »
Thnx