15.08.2010, 12:12
Ok guys I have a tdm where you have to choose team
the cmds are
f (strcmp("/balla", cmdtext, true, 10) == 0)
}
SetPlayerSkin(playerid, 102);*
return 1;
}
and
f (strcmp("/grove", cmdtext, true, 10) == 0)
}
SetPlayerSkin(playerid, 105);*
return 1;
}
so how do I make it only in this certain dm
abd say the dm cmd is
f (strcmp("/tdm", cmdtext, true, 10) == 0)
}
SetPlayerPos(playerid, blah blah blah);*
return 1;
}
plz help me to tell me how to make those 2 cmds only work in that dm
the cmds are
f (strcmp("/balla", cmdtext, true, 10) == 0)
}
SetPlayerSkin(playerid, 102);*
return 1;
}
and
f (strcmp("/grove", cmdtext, true, 10) == 0)
}
SetPlayerSkin(playerid, 105);*
return 1;
}
so how do I make it only in this certain dm
abd say the dm cmd is
f (strcmp("/tdm", cmdtext, true, 10) == 0)
}
SetPlayerPos(playerid, blah blah blah);*
return 1;
}
plz help me to tell me how to make those 2 cmds only work in that dm