Search Results
Код:
// Configs
new Float:default_SpawnX, // Main Spawn X Position
Float:default_SpawnY, // Main Spawn Y Position
Float:default_SpawnZ, // Main Spawn Z Position
Float:default_SpawnAngle; // Mai...
25
Quote:
Originally Posted by [FU]Victious
With a timer*
Oh it works :O,I go remove TUT .
177
Quote:
Originally Posted by Romel
epic fail, its OnPlayerRequestClassEx not OnPlayerRequestClass
try learning y_classes next time.
Get a latest version of YSI.There is no OnPlayerReques...
177
My mistake,forgot to add "Class_Add" under ongamemodeint in tutorial.
Quote:
Originally Posted by [FU]Victious
This is practically useless, you can just spawn the player once they connect...
177
I am not so pro scripter,I can't explain you,but try without y_classes,it won't work.
177
But in-game there are no object attached to maveric yet.Where's the problem?
EDIT: oh I noticed that it attaches only when vehicle respawn.
23
I don't undesrstand,why it's not attaching?
Код:
public OnVehicleSpawn(vehicleid)
{
if(vehicleid == 487){
VehicleHasObject[vehicleid] = true;
VehicleAttachedObject[vehicleid] = CreateObject(...
23
Hello,I am making cool class selection,and I have problem.
So,with y_classes you can make only 3 classes? Because if I add more that 3 classes,I can only choose from 3 classses.Is there anyway to mak...
30
oh,yeah,stupid mistake.Thank you all. +rep for all.
26
I am going to make,that it will show weapons on player request class,that player will have if he spawn as that class.
Here's code:
Код:
// On the top
new playerclass[MAX_PLAYERS];
new Text:OPRQwnp...
26
EDIT: deleted
26
defined as 10
26
Код:
enum wnt
{
WeaponNames[ 256 ]
}
new weaponnames[MAX_TEAMS][wnt]= {
{ "- Primary~n- Deagle(100)~n- Thirdly"},
{ "- Primary~n- Secondary~n- Thirdly"},
{ "- Primary~n- Secondary~n- Thirdly"},...
26
Код:
C:\Users\Tadas\Desktop\Gang Wars\gamemodes\SSSGW.pwn(2506) : error 028: invalid subscript (not an array or too many subscripts): "IRStextdraw"
C:\Users\Tadas\Desktop\Gang Wars\gamemodes\SSSGW...
22