13.02.2013, 20:28
hello guys. im just gonna ask if i can use this without any conflicting on each other,
is it possible to use 1 variable with 2 uses? example
is it gonna conflict? i hope anyone could answer my Question " it is going to conflict? "
is it possible to use 1 variable with 2 uses? example
pawn Код:
new cpandpickup;
public OnGameModeInit()
{
cpandpickup = CreateDynamicCP(1352.294677,-1759.066284,13.507812, 1.5, -1, -1, -1, 75.0);
cpandpickup = CreateDynamicPickup(1318, 2, -30.9822,-92.0099,1003.5469, 0);
return
}